summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@sgi.com>2005-01-13 07:23:38 +1100
committerNathan Scott <nathans@sgi.com>2005-01-13 07:23:38 +1100
commit1795a84a5fd239f4ab6efec4916a40acb7742db2 (patch)
tree2a1d4c88e259a96ed4dcff65bb7673c750521edc /include/linux
parentbd7a85a98344b6d1bee37dd4ae9d40c42c90ffe1 (diff)
Move extern find_exported_dentry declaration into a common header.
Signed-off-by: Christoph Hellwig <hch@sgi.com> Signed-off-by: Nathan Scott <nathans@sgi.com>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/fs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index 31391d59ddc2..64ef55246081 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -1143,6 +1143,10 @@ struct export_operations {
};
+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;