Skip to content

Commit 81b6ecc

Browse files
chaseyuJaegeuk Kim
authored andcommitted
f2fs: doc: fix wrong quota mount option description
We should use "{usr,grp,prj}jquota=" to disable journaled quota, rather than using off{usr,grp,prj}jquota. Fixes: 4b2414d ("f2fs: support journalled quota") Signed-off-by: Chao Yu <[email protected]> Signed-off-by: Jaegeuk Kim <[email protected]>
1 parent e9705c6 commit 81b6ecc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/filesystems/f2fs.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -238,9 +238,9 @@ usrjquota=<file> Appoint specified file and type during mount, so that quota
238238
grpjquota=<file> information can be properly updated during recovery flow,
239239
prjjquota=<file> <quota file>: must be in root directory;
240240
jqfmt=<quota type> <quota type>: [vfsold,vfsv0,vfsv1].
241-
offusrjquota Turn off user journalled quota.
242-
offgrpjquota Turn off group journalled quota.
243-
offprjjquota Turn off project journalled quota.
241+
usrjquota= Turn off user journalled quota.
242+
grpjquota= Turn off group journalled quota.
243+
prjjquota= Turn off project journalled quota.
244244
quota Enable plain user disk quota accounting.
245245
noquota Disable all plain disk quota option.
246246
alloc_mode=%s Adjust block allocation policy, which supports "reuse"

0 commit comments

Comments
 (0)