diff options
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 5ba615e8f533..58e843b26b98 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -1776,6 +1776,7 @@ void kill_block_super(struct super_block *sb); | |||
1776 | void kill_anon_super(struct super_block *sb); | 1776 | void kill_anon_super(struct super_block *sb); |
1777 | void kill_litter_super(struct super_block *sb); | 1777 | void kill_litter_super(struct super_block *sb); |
1778 | void deactivate_super(struct super_block *sb); | 1778 | void deactivate_super(struct super_block *sb); |
1779 | void deactivate_locked_super(struct super_block *sb); | ||
1779 | int set_anon_super(struct super_block *s, void *data); | 1780 | int set_anon_super(struct super_block *s, void *data); |
1780 | struct super_block *sget(struct file_system_type *type, | 1781 | struct super_block *sget(struct file_system_type *type, |
1781 | int (*test)(struct super_block *,void *), | 1782 | int (*test)(struct super_block *,void *), |
@@ -2118,7 +2119,7 @@ extern struct file *create_write_pipe(int flags); | |||
2118 | extern void free_write_pipe(struct file *); | 2119 | extern void free_write_pipe(struct file *); |
2119 | 2120 | ||
2120 | extern struct file *do_filp_open(int dfd, const char *pathname, | 2121 | extern struct file *do_filp_open(int dfd, const char *pathname, |
2121 | int open_flag, int mode); | 2122 | int open_flag, int mode, int acc_mode); |
2122 | extern int may_open(struct path *, int, int); | 2123 | extern int may_open(struct path *, int, int); |
2123 | 2124 | ||
2124 | extern int kernel_read(struct file *, unsigned long, char *, unsigned long); | 2125 | extern int kernel_read(struct file *, unsigned long, char *, unsigned long); |
@@ -2368,6 +2369,7 @@ extern void file_update_time(struct file *file); | |||
2368 | 2369 | ||
2369 | extern int generic_show_options(struct seq_file *m, struct vfsmount *mnt); | 2370 | extern int generic_show_options(struct seq_file *m, struct vfsmount *mnt); |
2370 | extern void save_mount_options(struct super_block *sb, char *options); | 2371 | extern void save_mount_options(struct super_block *sb, char *options); |
2372 | extern void replace_mount_options(struct super_block *sb, char *options); | ||
2371 | 2373 | ||
2372 | static inline ino_t parent_ino(struct dentry *dentry) | 2374 | static inline ino_t parent_ino(struct dentry *dentry) |
2373 | { | 2375 | { |