]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
common/quota: Make project quota handling work for ext2 & ext3
authorJan Kara <jack@suse.cz>
Mon, 14 May 2018 17:03:49 +0000 (19:03 +0200)
committerEryu Guan <guaneryu@gmail.com>
Wed, 16 May 2018 06:00:25 +0000 (14:00 +0800)
commitb2bffe5c77d6d680361c57015c79396de166b138
treeac839f39f34d96f9307d11f5610ef977fbf2d429
parent5018cd1c0f9f08f18c13b9e2c75cc9d8e214ddc4
common/quota: Make project quota handling work for ext2 & ext3

Project quota can work for ext2 & ext3 the same way as for ext4.
Handle them properly as currently the tests just fail because of
unknown prjquota mount option. After this patch, tests will be "not
run" because ext4 driver refuses to use project quota mount options
for "old" fs types.

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