diff options
| author | Nathan Scott <nathans@sgi.com> | 2005-01-20 11:41:18 +1100 |
|---|---|---|
| committer | Nathan Scott <nathans@sgi.com> | 2005-01-20 11:41:18 +1100 |
| commit | 364b1dccc8b290bc69b440b69dede741c356256d (patch) | |
| tree | c8bab6bf2ed7d51628b1a2f3c81ab4ab7b29ae9a /include/linux/fs.h | |
| parent | 8aa11989523554e67b3e19a1f4180b11cdf03a3c (diff) | |
| parent | 2008db7cf8b4d2229658af3ceeae7885c6e2ba3f (diff) | |
Merge nathans@oss.sgi.com:/oss/bitkeeper/xfs-linux-2.6
into sgi.com:/source2/xfs-linux-2.6
Diffstat (limited to 'include/linux/fs.h')
| -rw-r--r-- | include/linux/fs.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 9ca3c328b217..1f69baf46f6e 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -1149,6 +1149,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; |
