]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: refactor realtime volume extent validation
authorDarrick J. Wong <darrick.wong@oracle.com>
Fri, 4 Dec 2020 21:24:22 +0000 (13:24 -0800)
committerDarrick J. Wong <darrick.wong@oracle.com>
Wed, 9 Dec 2020 17:49:38 +0000 (09:49 -0800)
commit29939319c5cf90fb23d9c24e7633c17c6aead7e4
tree2a33b7c4e626580e1c08723ee3ab276d3379e131
parent177817729b683675e96f1bb54037e5195fd1f9da
xfs: refactor realtime volume extent validation

Refactor all the open-coded validation of realtime device extents into a
single helper.

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