Merge tag 'scrub-check-metadata-inode-records-6.2_2022-11-16' of git://git.kernel...
authorDarrick J. Wong <djwong@kernel.org>
Thu, 17 Nov 2022 03:19:30 +0000 (19:19 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 17 Nov 2022 03:19:30 +0000 (19:19 -0800)
commit7b082b5e8afa2426e2d6ec87466b492a681801a9
tree4aa9a613629fa750a8f777c908311fb77735a7f4
parentcc5f38fa12fc51b4a049194231252c416e66895b
parentf36b954a1f1bf06b5746fea7ecf0fa639ac65324
Merge tag 'scrub-check-metadata-inode-records-6.2_2022-11-16' of git://git./linux/kernel/git/djwong/xfs-linux into xfs-6.2-mergeA

xfs: scrub inode core when checking metadata files

Running the online fsck QA fuzz tests, I noticed that we were
consistently missing fuzzed records in the inode cores of the realtime
freespace files and the quota files.  This patch adds the ability to
check inode cores in xchk_metadata_inode_forks.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
* tag 'scrub-check-metadata-inode-records-6.2_2022-11-16' of git://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux:
  xfs: check inode core when scrubbing metadata files
  xfs: don't warn about files that are exactly s_maxbytes long