diff options
| author | Nathan Scott <nathans@sgi.com> | 2005-01-26 10:15:37 +1100 |
|---|---|---|
| committer | Nathan Scott <nathans@sgi.com> | 2005-01-26 10:15:37 +1100 |
| commit | f8c6387c153a4ae7f89f5d28324a3e20dd49fa8c (patch) | |
| tree | 276b74034fe882e6a90a6cee19f70e467ce2503f /include/linux | |
| parent | 98f9485a0167b88b6d55ac6cf44a57c9854e4661 (diff) | |
| parent | 2052839ff16d3ce17e11ed0fef1f59ef929d5ce0 (diff) | |
Merge sgi.com:/source2/linux-2.6 into sgi.com:/source2/xfs-linux-2.6
Diffstat (limited to 'include/linux')
| -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 5fc74351c347..68ea28055006 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -1150,6 +1150,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; |
