]> www.infradead.org Git - users/hch/xfstests-dev.git/commit
generic/694: sync before sampling i_blocks
authorChristoph Hellwig <hch@lst.de>
Tue, 8 Oct 2024 07:12:09 +0000 (09:12 +0200)
committerZorro Lang <zlang@kernel.org>
Thu, 10 Oct 2024 09:46:52 +0000 (17:46 +0800)
commit74777e97c56b516e8dd8b0b40d64ffd00d9216fc
treeb8c9ddc275aa175d91bcc1c5922911a51d0ef46a
parent2f7e1b8a6f09b6e9f7fcfc69618e05bb76ac10c0
generic/694: sync before sampling i_blocks

Without a sync there might still be temporary blocks in i_blocks like
indirect block reservations or additional blocks reserved for out of
place writes.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Zorro Lang <zlang@redhat.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/generic/694