summaryrefslogtreecommitdiff
path: root/fs/ext4/ext4.h
diff options
context:
space:
mode:
authorLi Xi <pkuelelixi@gmail.com>2016-01-08 21:01:22 (GMT)
committerTheodore Ts'o <tytso@mit.edu>2016-01-08 21:01:22 (GMT)
commit689c958cbe6be4f211b40747951a3ba2c73b6715 (patch)
treeae9ae7fa7fe607d9dede6a221cb5c2660a7b3de1 /fs/ext4/ext4.h
parent040cb3786d9b25293b8b0b05b90da0f871e1eb9b (diff)
downloadlinux-689c958cbe6be4f211b40747951a3ba2c73b6715.tar.xz
ext4: add project quota support
This patch adds mount options for enabling/disabling project quota accounting and enforcement. A new specific inode is also used for project quota accounting. [ Includes fix from Dan Carpenter to crrect error checking from dqget(). ] Signed-off-by: Li Xi <lixi@ddn.com> Signed-off-by: Dmitry Monakhov <dmonakhov@openvz.org> Signed-off-by: Theodore Ts'o <tytso@mit.edu> Reviewed-by: Andreas Dilger <adilger@dilger.ca> Reviewed-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'fs/ext4/ext4.h')
-rw-r--r--fs/ext4/ext4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h
index 0237811..96cc151 100644
--- a/fs/ext4/ext4.h
+++ b/fs/ext4/ext4.h
@@ -1261,7 +1261,7 @@ struct ext4_super_block {
#endif
/* Number of quota types we support */
-#define EXT4_MAXQUOTAS 2
+#define EXT4_MAXQUOTAS 3
/*
* fourth extended-fs super-block data in memory