|
|
| File: [Development] / linux-2.6-xfs / split-patches / Attic / export-find_exported_dentry (download)
Revision 1.1, Wed Jan 5 13:49:45 2005 UTC (12 years, 9 months ago) by nathans.longdrop.melbourne.sgi.com
Add prototype of find_exported_dentry to fs.h. Merge of 2.6.x-xfs-melb:linux:21004a by kenmcd. |
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;