Index: 2.6.x-xfs/include/linux/fs.h =================================================================== --- 2.6.x-xfs.orig/include/linux/fs.h 2005-01-05 13:00:18.000000000 +1100 +++ 2.6.x-xfs/include/linux/fs.h 2005-01-05 13:02:25.000000000 +1100 @@ -1115,6 +1115,10 @@ }; +extern struct dentry * +find_exported_dentry(struct super_block *sb, void *obj, void *parent, + int (*acceptable)(void *context, struct dentry *de), + void *context); struct file_system_type { const char *name;