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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index 128d0082522c..be21e860a9f2 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -1086,6 +1086,7 @@ struct super_operations {
1086 void (*umount_begin) (struct super_block *); 1086 void (*umount_begin) (struct super_block *);
1087 1087
1088 int (*show_options)(struct seq_file *, struct vfsmount *); 1088 int (*show_options)(struct seq_file *, struct vfsmount *);
1089 int (*show_stats)(struct seq_file *, struct vfsmount *);
1089 1090
1090 ssize_t (*quota_read)(struct super_block *, int, char *, size_t, loff_t); 1091 ssize_t (*quota_read)(struct super_block *, int, char *, size_t, loff_t);
1091 ssize_t (*quota_write)(struct super_block *, int, const char *, size_t, loff_t); 1092 ssize_t (*quota_write)(struct super_block *, int, const char *, size_t, loff_t);