aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index eca70cfe5b85..1d80ba747484 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -1101,7 +1101,7 @@ struct super_operations {
1101 int (*statfs) (struct super_block *, struct kstatfs *); 1101 int (*statfs) (struct super_block *, struct kstatfs *);
1102 int (*remount_fs) (struct super_block *, int *, char *); 1102 int (*remount_fs) (struct super_block *, int *, char *);
1103 void (*clear_inode) (struct inode *); 1103 void (*clear_inode) (struct inode *);
1104 void (*umount_begin) (struct super_block *); 1104 void (*umount_begin) (struct vfsmount *, int);
1105 1105
1106 int (*show_options)(struct seq_file *, struct vfsmount *); 1106 int (*show_options)(struct seq_file *, struct vfsmount *);
1107 int (*show_stats)(struct seq_file *, struct vfsmount *); 1107 int (*show_stats)(struct seq_file *, struct vfsmount *);