diff options
author | Chao Yu <yuchao0@huawei.com> | 2017-07-26 00:01:41 +0800 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2017-07-31 16:48:32 -0700 |
commit | 5c57132eaf5265937e46340bfbfb97ffb078c423 (patch) | |
tree | 66d113156b37e09e6b82e2eece25638eab86f269 /Documentation/filesystems | |
parent | a6d3a479ae082173c6102eba0e502cc439dacf21 (diff) | |
download | linux-5c57132eaf5265937e46340bfbfb97ffb078c423.tar.bz2 |
f2fs: support project quota
This patch adds to support plain project quota.
Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r-- | Documentation/filesystems/f2fs.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/filesystems/f2fs.txt b/Documentation/filesystems/f2fs.txt index 273ccb26885e..b8f495a8b67d 100644 --- a/Documentation/filesystems/f2fs.txt +++ b/Documentation/filesystems/f2fs.txt @@ -164,6 +164,7 @@ io_bits=%u Set the bit size of write IO requests. It should be set with "mode=lfs". usrquota Enable plain user disk quota accounting. grpquota Enable plain group disk quota accounting. +prjquota Enable plain project quota accounting. ================================================================================ DEBUGFS ENTRIES |