Index: 2.6.10-xfs/include/linux/fs.h =================================================================== --- 2.6.10-xfs.orig/include/linux/fs.h 2005-01-05 14:36:31.000000000 +1100 +++ 2.6.10-xfs/include/linux/fs.h 2005-01-05 15:10:44.000000000 +1100 @@ -1133,6 +1133,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;