mirror of
https://kernel.googlesource.com/pub/scm/linux/kernel/git/stable/linux-stable.git
synced 2025-09-14 11:19:08 +10:00
f2fs: doc: fix wrong quota mount option description
[ Upstream commit81b6ecca2f
] We should use "{usr,grp,prj}jquota=" to disable journaled quota, rather than using off{usr,grp,prj}jquota. Fixes:4b2414d04e
("f2fs: support journalled quota") Signed-off-by: Chao Yu <chao@kernel.org> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
08e8ab00a6
commit
fba3a1c1c3
@ -211,9 +211,9 @@ usrjquota=<file> Appoint specified file and type during mount, so that quota
|
|||||||
grpjquota=<file> information can be properly updated during recovery flow,
|
grpjquota=<file> information can be properly updated during recovery flow,
|
||||||
prjjquota=<file> <quota file>: must be in root directory;
|
prjjquota=<file> <quota file>: must be in root directory;
|
||||||
jqfmt=<quota type> <quota type>: [vfsold,vfsv0,vfsv1].
|
jqfmt=<quota type> <quota type>: [vfsold,vfsv0,vfsv1].
|
||||||
offusrjquota Turn off user journalled quota.
|
usrjquota= Turn off user journalled quota.
|
||||||
offgrpjquota Turn off group journalled quota.
|
grpjquota= Turn off group journalled quota.
|
||||||
offprjjquota Turn off project journalled quota.
|
prjjquota= Turn off project journalled quota.
|
||||||
quota Enable plain user disk quota accounting.
|
quota Enable plain user disk quota accounting.
|
||||||
noquota Disable all plain disk quota option.
|
noquota Disable all plain disk quota option.
|
||||||
whint_mode=%s Control which write hints are passed down to block
|
whint_mode=%s Control which write hints are passed down to block
|
||||||
|
Loading…
Reference in New Issue
Block a user