]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: allow inodes with zero extents but nonzero nblocks
authorDarrick J. Wong <djwong@kernel.org>
Mon, 23 Sep 2024 20:42:02 +0000 (13:42 -0700)
committerChristoph Hellwig <hch@lst.de>
Wed, 9 Oct 2024 13:55:46 +0000 (15:55 +0200)
commitaad03138f14c0007023930931e40888acf108a1a
tree9cde0be0850404d20531b88d2eda21f49fbe9a5c
parent62f2613abfe8b24153e5df9ffd56e592c9818da7
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