search for: ocfs_journal_handl

Displaying 1 result from an estimated 1 matches for "ocfs_journal_handl".

Did you mean: ocfs_journal_handle
2004 Jun 14
0
[PATCH] dcache.c polishing
...d(struct dentry *dentry, int (*func)(struct dentry *, void *), void *data); Index: namei.c =================================================================== --- namei.c (revision 1091) +++ namei.c (working copy) @@ -105,10 +105,6 @@ static int ocfs_orphan_add(ocfs_super *osb, ocfs_journal_handle *handle, struct inode *inode, ocfs2_dinode *fe); -static struct dentry_operations ocfs_dentry_ops = { - .d_revalidate = ocfs_dentry_revalidate // let's test it out! -}; - static inline int ocfs_add_entry(ocfs_journal_handle *handle, struct dentry *dentry, struct inode *...