]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: allow inodes with zero extents but nonzero nblocks
authorDarrick J. Wong <djwong@kernel.org>
Wed, 29 May 2024 04:11:54 +0000 (21:11 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 16 Jul 2024 22:50:42 +0000 (15:50 -0700)
commit89db291db4e5a3dbaa67ecb200fcff8fd64d6a67
tree8183afc00ddee12b2b58e9d030fb6a3cb23ce622
parentc662416e1754f942f9cccf2d0718ef4e3e93c660
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>
fs/xfs/libxfs/xfs_inode_buf.c