aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r--include/linux/fs.h4
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);
1776void kill_anon_super(struct super_block *sb); 1776void kill_anon_super(struct super_block *sb);
1777void kill_litter_super(struct super_block *sb); 1777void kill_litter_super(struct super_block *sb);
1778void deactivate_super(struct super_block *sb); 1778void deactivate_super(struct super_block *sb);
1779void deactivate_locked_super(struct super_block *sb);
1779int set_anon_super(struct super_block *s, void *data); 1780int set_anon_super(struct super_block *s, void *data);
1780struct super_block *sget(struct file_system_type *type, 1781struct 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);
2118extern void free_write_pipe(struct file *); 2119extern void free_write_pipe(struct file *);
2119 2120
2120extern struct file *do_filp_open(int dfd, const char *pathname, 2121extern 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);
2122extern int may_open(struct path *, int, int); 2123extern int may_open(struct path *, int, int);
2123 2124
2124extern int kernel_read(struct file *, unsigned long, char *, unsigned long); 2125extern int kernel_read(struct file *, unsigned long, char *, unsigned long);
@@ -2368,6 +2369,7 @@ extern void file_update_time(struct file *file);
2368 2369
2369extern int generic_show_options(struct seq_file *m, struct vfsmount *mnt); 2370extern int generic_show_options(struct seq_file *m, struct vfsmount *mnt);
2370extern void save_mount_options(struct super_block *sb, char *options); 2371extern void save_mount_options(struct super_block *sb, char *options);
2372extern void replace_mount_options(struct super_block *sb, char *options);
2371 2373
2372static inline ino_t parent_ino(struct dentry *dentry) 2374static inline ino_t parent_ino(struct dentry *dentry)
2373{ 2375{