aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-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 cc2be2cf7d41..ad41d0bbcb4d 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -1308,7 +1308,7 @@ struct super_operations {
1308 int (*statfs) (struct dentry *, struct kstatfs *); 1308 int (*statfs) (struct dentry *, struct kstatfs *);
1309 int (*remount_fs) (struct super_block *, int *, char *); 1309 int (*remount_fs) (struct super_block *, int *, char *);
1310 void (*clear_inode) (struct inode *); 1310 void (*clear_inode) (struct inode *);
1311 void (*umount_begin) (struct vfsmount *, int); 1311 void (*umount_begin) (struct super_block *);
1312 1312
1313 int (*show_options)(struct seq_file *, struct vfsmount *); 1313 int (*show_options)(struct seq_file *, struct vfsmount *);
1314 int (*show_stats)(struct seq_file *, struct vfsmount *); 1314 int (*show_stats)(struct seq_file *, struct vfsmount *);