Re: linux-next: vfs tree build failure

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, Oct 20, 2008 at 06:13:38PM +1100, Dave Chinner wrote:
> >  
> > -	return d_obtain_alias(cip->i_vnode);
> > +	return d_obtain_alias(&cip->i_vnode);
> >  }
> 
> Hmmmm - looks like the VFS patches aren't using the correct
> accessor function like the original code did. The fix should
> be:
> 
> +	return d_obtain_alias(VFS_I(cip));

When I did the VFS patches VFS_I wasn't around yet..

--
To unsubscribe from this list: send the line "unsubscribe linux-next" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel]     [Linux USB Development]     [Yosemite News]     [Linux SCSI]

  Powered by Linux