diff options
author | Li Xi <pkuelelixi@gmail.com> | 2016-01-08 16:01:21 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2016-01-08 16:01:21 -0500 |
commit | 040cb3786d9b25293b8b0b05b90da0f871e1eb9b (patch) | |
tree | bc3decd8a3b122a4334934a4c89e38122b45f2cf /fs/ext4/super.c | |
parent | 56a04915df4e85b34b1c1613c64b87dd2283c26a (diff) |
ext4: adds project ID support
Signed-off-by: Li Xi <lixi@ddn.com>
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/super.c')
-rw-r--r-- | fs/ext4/super.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ext4/super.c b/fs/ext4/super.c index 486e869bd583..844c95d95821 100644 --- a/fs/ext4/super.c +++ b/fs/ext4/super.c | |||
@@ -1131,6 +1131,7 @@ static const struct dquot_operations ext4_quota_operations = { | |||
1131 | .write_info = ext4_write_info, | 1131 | .write_info = ext4_write_info, |
1132 | .alloc_dquot = dquot_alloc, | 1132 | .alloc_dquot = dquot_alloc, |
1133 | .destroy_dquot = dquot_destroy, | 1133 | .destroy_dquot = dquot_destroy, |
1134 | .get_projid = ext4_get_projid, | ||
1134 | }; | 1135 | }; |
1135 | 1136 | ||
1136 | static const struct quotactl_ops ext4_qctl_operations = { | 1137 | static const struct quotactl_ops ext4_qctl_operations = { |