[BACK]Return to export-find_exported_dentry CVS log [TXT][DIR] Up to [Development] / linux-2.6-xfs / split-patches

File: [Development] / linux-2.6-xfs / split-patches / Attic / export-find_exported_dentry (download)

Revision 1.2, Wed Jan 5 14:17:31 2005 UTC (12 years, 9 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.1: +4 -4 lines

Merge up to 2.6.10.
Merge of 2.6.x-xfs-melb:linux:21010a by kenmcd.

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;