diff options
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index f813bc8266aa..eca70cfe5b85 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -1763,7 +1763,7 @@ extern struct inode_operations simple_dir_inode_operations; | |||
1763 | struct tree_descr { char *name; const struct file_operations *ops; int mode; }; | 1763 | struct tree_descr { char *name; const struct file_operations *ops; int mode; }; |
1764 | struct dentry *d_alloc_name(struct dentry *, const char *); | 1764 | struct dentry *d_alloc_name(struct dentry *, const char *); |
1765 | extern int simple_fill_super(struct super_block *, int, struct tree_descr *); | 1765 | extern int simple_fill_super(struct super_block *, int, struct tree_descr *); |
1766 | extern int simple_pin_fs(char *name, struct vfsmount **mount, int *count); | 1766 | extern int simple_pin_fs(struct file_system_type *, struct vfsmount **mount, int *count); |
1767 | extern void simple_release_fs(struct vfsmount **mount, int *count); | 1767 | extern void simple_release_fs(struct vfsmount **mount, int *count); |
1768 | 1768 | ||
1769 | extern ssize_t simple_read_from_buffer(void __user *, size_t, loff_t *, const void *, size_t); | 1769 | extern ssize_t simple_read_from_buffer(void __user *, size_t, loff_t *, const void *, size_t); |