]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
btrfs/301: enhance nested simple quotas test
authorBoris Burkov <boris@bur.io>
Wed, 30 Jul 2025 23:03:07 +0000 (16:03 -0700)
committerZorro Lang <zlang@kernel.org>
Fri, 1 Aug 2025 18:57:43 +0000 (02:57 +0800)
commit5dae2b3ca547b578c9306550f4936f01b469e3ff
tree8ca33826c76b2d771719663b423d60936201b4d0
parent57e68bd5c6bb93be7ef64e847ac51dc0d1e678f3
btrfs/301: enhance nested simple quotas test

We had a bug with qgroup accounting with 2+ layers, which was most
easily detected with a slightly more complex nested squota hierarchy.
Make the nested squota test case a tiny bit more complex to capture this
test as well.

The kernel patch that this change exercises is:
        btrfs: fix iteration bug in __qgroup_excl_accounting()

Signed-off-by: Boris Burkov <boris@bur.io>
Reviewed-by: Qu Wenruo <wqu@suse.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/btrfs/301