f2fs: doc: fix wrong quota mount option description
authorChao Yu <chao@kernel.org>
Wed, 2 Jul 2025 06:49:25 +0000 (14:49 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Wed, 9 Jul 2025 18:00:52 +0000 (18:00 +0000)
We should use "{usr,grp,prj}jquota=" to disable journaled quota,
rather than using off{usr,grp,prj}jquota.

Fixes: 4b2414d04e99 ("f2fs: support journalled quota")
Signed-off-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Documentation/filesystems/f2fs.rst

index 440e4ae74e443216defc1c968c52b8b35fd9545d..03b1efa6d3b2b1ac911e90fec845f0aef67fbf2b 100644 (file)
@@ -238,9 +238,9 @@ usrjquota=<file>     Appoint specified file and type during mount, so that quota
 grpjquota=<file>        information can be properly updated during recovery flow,
 prjjquota=<file>        <quota file>: must be in root directory;
 jqfmt=<quota type>      <quota type>: [vfsold,vfsv0,vfsv1].
-offusrjquota            Turn off user journalled quota.
-offgrpjquota            Turn off group journalled quota.
-offprjjquota            Turn off project journalled quota.
+usrjquota=              Turn off user journalled quota.
+grpjquota=              Turn off group journalled quota.
+prjjquota=              Turn off project journalled quota.
 quota                   Enable plain user disk quota accounting.
 noquota                         Disable all plain disk quota option.
 alloc_mode=%s           Adjust block allocation policy, which supports "reuse"