From 1795a84a5fd239f4ab6efec4916a40acb7742db2 Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Thu, 13 Jan 2005 07:23:38 +1100 Subject: Move extern find_exported_dentry declaration into a common header. Signed-off-by: Christoph Hellwig Signed-off-by: Nathan Scott --- include/linux/fs.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/linux') 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; -- cgit v1.2.3