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