mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
xfs: ensure that we don't crash when freeing the ag reservations on a ro mount
Christoph Hellwig discovered that the kernel crashed trying to free the refcount btree per-ag reservation on a ro mount (because we don't create the reservation except for rw mounts and ro->rw remounts). So, test this to make sure we never do that again. :) Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
This commit is contained in:
@@ -244,6 +244,7 @@
|
||||
244 auto quota quick
|
||||
245 auto quick clone
|
||||
246 auto quick clone
|
||||
247 auto quick clone
|
||||
250 auto quick rw prealloc metadata
|
||||
252 auto quick prealloc
|
||||
253 auto quick
|
||||
|
||||
Reference in New Issue
Block a user