aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/fs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index 8f74dfbb2edd..4caec6cebc42 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -1143,9 +1143,10 @@ struct super_operations {
1143 1143
1144 int (*show_options)(struct seq_file *, struct vfsmount *); 1144 int (*show_options)(struct seq_file *, struct vfsmount *);
1145 int (*show_stats)(struct seq_file *, struct vfsmount *); 1145 int (*show_stats)(struct seq_file *, struct vfsmount *);
1146 1146#ifdef CONFIG_QUOTA
1147 ssize_t (*quota_read)(struct super_block *, int, char *, size_t, loff_t); 1147 ssize_t (*quota_read)(struct super_block *, int, char *, size_t, loff_t);
1148 ssize_t (*quota_write)(struct super_block *, int, const char *, size_t, loff_t); 1148 ssize_t (*quota_write)(struct super_block *, int, const char *, size_t, loff_t);
1149#endif
1149}; 1150};
1150 1151
1151/* Inode state bits. Protected by inode_lock. */ 1152/* Inode state bits. Protected by inode_lock. */