diff options
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index dba4cbd157ee..2d8b348c1192 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -1100,7 +1100,7 @@ struct super_operations { | |||
1100 | int (*statfs) (struct dentry *, struct kstatfs *); | 1100 | int (*statfs) (struct dentry *, struct kstatfs *); |
1101 | int (*remount_fs) (struct super_block *, int *, char *); | 1101 | int (*remount_fs) (struct super_block *, int *, char *); |
1102 | void (*clear_inode) (struct inode *); | 1102 | void (*clear_inode) (struct inode *); |
1103 | void (*umount_begin) (struct super_block *); | 1103 | void (*umount_begin) (struct vfsmount *, int); |
1104 | 1104 | ||
1105 | int (*show_options)(struct seq_file *, struct vfsmount *); | 1105 | int (*show_options)(struct seq_file *, struct vfsmount *); |
1106 | int (*show_stats)(struct seq_file *, struct vfsmount *); | 1106 | int (*show_stats)(struct seq_file *, struct vfsmount *); |
@@ -1767,7 +1767,7 @@ extern struct inode_operations simple_dir_inode_operations; | |||
1767 | struct tree_descr { char *name; const struct file_operations *ops; int mode; }; | 1767 | struct tree_descr { char *name; const struct file_operations *ops; int mode; }; |
1768 | struct dentry *d_alloc_name(struct dentry *, const char *); | 1768 | struct dentry *d_alloc_name(struct dentry *, const char *); |
1769 | extern int simple_fill_super(struct super_block *, int, struct tree_descr *); | 1769 | extern int simple_fill_super(struct super_block *, int, struct tree_descr *); |
1770 | extern int simple_pin_fs(char *name, struct vfsmount **mount, int *count); | 1770 | extern int simple_pin_fs(struct file_system_type *, struct vfsmount **mount, int *count); |
1771 | extern void simple_release_fs(struct vfsmount **mount, int *count); | 1771 | extern void simple_release_fs(struct vfsmount **mount, int *count); |
1772 | 1772 | ||
1773 | extern ssize_t simple_read_from_buffer(void __user *, size_t, loff_t *, const void *, size_t); | 1773 | extern ssize_t simple_read_from_buffer(void __user *, size_t, loff_t *, const void *, size_t); |