]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: allow inodes with zero extents but nonzero nblocks
authorDarrick J. Wong <djwong@kernel.org>
Tue, 9 Jan 2024 17:40:14 +0000 (09:40 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 10 Apr 2024 00:21:43 +0000 (17:21 -0700)
commit6b665e3f68d35523ae2f613a9a7e3954f5d0d06a
tree13dc9f7c5a5dcb04daf37f7e73fa3e59545e1065
parente0fe53f7aa53ea128f530c0f15e0ceb108488fb5
xfs: allow inodes with zero extents but nonzero nblocks

Metadata inodes that store btrees will have zero extents and a nonzero
nblocks.  Adjust the inode verifier so that this combination is not
flagged.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
libxfs/xfs_inode_buf.c