summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@sgi.com>2005-02-02 08:17:24 +1100
committerChristoph Hellwig <hch@sgi.com>2005-02-02 08:17:24 +1100
commitecdcfce2df14f1b6e55d3be1be7c16846ea94661 (patch)
tree8c3a0a31496f018e5bcf0af595b002d5677f60de /include
parentb389f3821f284617ea17a11ca750d78d1e1cbfc5 (diff)
parent7204da52c6a8a45538bfaee7e82a6aebd1fbb7e9 (diff)
Merge nathans@oss.sgi.com:/oss/bitkeeper/xfs-linux-2.6
into sgi.com:/source2/xfs-linux-2.6
Diffstat (limited to 'include')
-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 d97f23f248c9..2861e098cad5 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -1151,6 +1151,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;