]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfstests-dev.git/commit
generic: use _qmount_option and _qmount
authorSu Yue <glass.su@suse.com>
Mon, 8 Dec 2025 06:58:29 +0000 (14:58 +0800)
committerZorro Lang <zlang@kernel.org>
Wed, 31 Dec 2025 19:44:01 +0000 (03:44 +0800)
commitf02d4965d48f59f53a729e9ddd55fb8fcc373f85
tree30b4914379330a1b52fe4ff89fe4510d41292218
parentffd562ecf44aff10b74c35c6f961614db5198ca9
generic: use _qmount_option and _qmount

This commit touches generic tests call `_scratch_mount -o usrquota`
then chmod 777, quotacheck and quotaon. They can be simpilfied
to _qmount_option and _qmount. _qmount already calls quotacheck,
quota and chmod ugo+rwx. The conversions can save a few lines.

Signed-off-by: Su Yue <glass.su@suse.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/generic/231
tests/generic/232
tests/generic/233
tests/generic/270