[Ocfs2-devel] Re: [PATCH]2.6 fixes in file.c

Rusty Lynch rusty at linux.co.intel.com
Tue Feb 24 13:50:21 CST 2004


On Tue, Feb 24, 2004 at 01:44:38PM -0800, Mark Fasheh wrote:
<snip>
> > > >  int ocfs_empty (struct dentry *dentry);
> > > > +#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0)
> > > > +int ocfs_dentry_revalidate (struct dentry *dentry, struct nameidata *nd);
> > > > +#else
> > > >  int ocfs_dentry_revalidate (struct dentry *dentry, int flags);
> > > > +#endif
> > > Why is this here? Shouldn't this update be in the dcache patch? 
> > 
> > yeap, a little blood from the dcache patch.  It's still needed, so I still
> > have it in this patch.
> What worries me is that I don't see any similar changes to the function
> declaration (and the function itself) in dcache.c... Is this a "coming soon"
> or did you forget to send that patch? Since it doesn't affect the 2.4
> version, I can commit it anyway but I just wanna make sure we're on the same
> page.

oops... I didn't realize I dropped it.

    --rusty


More information about the Ocfs2-devel mailing list