]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: validate the realtime geometry in xfs_validate_sb_common
authorDarrick J. Wong <darrick.wong@oracle.com>
Sat, 2 May 2020 03:33:23 +0000 (23:33 -0400)
committerEric Sandeen <sandeen@redhat.com>
Sat, 2 May 2020 03:33:23 +0000 (23:33 -0400)
commitb15ba33299d7e24ccead3baf1d331b321ec2cf5e
tree49c5ab4e7192a3e4cca9872125c9c33b556ebd48
parentfd82a87e631cb0017514cb51030d6b44f92e8b85
xfs: validate the realtime geometry in xfs_validate_sb_common

Source kernel commit: f8e566c0f5e1fd8de33ccec6eb1ff815cd4b0dc3

Validate the geometry of the realtime geometry when we mount the
filesystem, so that we don't abruptly shut down the filesystem later on.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/libxfs_priv.h
libxfs/xfs_sb.c