mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
xfs: test delalloc quota leak when chprojid fails
This is a regression test for a bug in the XFS implementation of FSSETXATTR. When we try to change a file's project id, the quota reservation code will update the incore quota reservations for delayed allocation blocks. Unfortunately, it does this before we finish validating all the FSSETXATTR parameters, which means that if we decide to bail out, we also fail to undo the incore changes. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Chandan Babu R <chandanrlinux@gmail.com> Signed-off-by: Eryu Guan <guaneryu@gmail.com>
This commit is contained in:
committed by
Eryu Guan
parent
01b30c9da9
commit
f6ddaf130d
@@ -142,6 +142,7 @@
|
||||
142 auto quick rw attr realtime
|
||||
143 auto quick realtime mount
|
||||
144 auto quick quota
|
||||
145 auto quick quota
|
||||
148 auto quick fuzzers
|
||||
149 auto quick growfs
|
||||
164 rw pattern auto prealloc quick
|
||||
|
||||
Reference in New Issue
Block a user