]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
common/quota: Fix _qmount_options for ext4 journalled quotas
authorJan Kara <jack@suse.cz>
Mon, 14 May 2018 17:03:51 +0000 (19:03 +0200)
committerEryu Guan <guaneryu@gmail.com>
Wed, 16 May 2018 06:21:59 +0000 (14:21 +0800)
commit3d112df8bdc313308f3788cf28e1574d4fb15d4c
tree822c32c6db8436a627496f20a433f27e40243bc3
parentb2bffe5c77d6d680361c57015c79396de166b138
common/quota: Fix _qmount_options for ext4 journalled quotas

_qmount_options didn't properly replace ext[34] journalled quotas
mount options. As such the mount option string got garbled and the
test (e.g. generic/379) failed.

Signed-off-by: Jan Kara <jack@suse.cz>
Reviewed-by: Eryu Guan <guaneryu@gmail.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
common/quota