]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
xfs: scrub should flag dir/attr offsets that aren't mappable with xfs_dablk_t
authorDarrick J. Wong <darrick.wong@oracle.com>
Fri, 1 Feb 2019 17:08:53 +0000 (09:08 -0800)
committerDarrick J. Wong <darrick.wong@oracle.com>
Tue, 12 Feb 2019 00:06:40 +0000 (16:06 -0800)
commitf8c1d7023e252df853efbb3566c6d47b148609fe
tree83db817c7b120cc401db5d22dd947733b5b60ffa
parent3258cb208caba74258ffdd8bd59972bbda9bfee1
xfs: scrub should flag dir/attr offsets that aren't mappable with xfs_dablk_t

Teach scrub to flag extent maps that exceed the range that can be mapped
with a xfs_dablk_t.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
fs/xfs/libxfs/xfs_types.c
fs/xfs/libxfs/xfs_types.h
fs/xfs/scrub/bmap.c