]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: RT bitmap and summary buffers need verifiers
authorDave Chinner <dchinner@redhat.com>
Wed, 17 Feb 2016 06:09:02 +0000 (17:09 +1100)
committerDave Chinner <david@fromorbit.com>
Wed, 17 Feb 2016 06:09:02 +0000 (17:09 +1100)
commita3d22941c50bbf8ed32ce370b0ac235d5cc27d35
treecb59539a671b70df6ce3a835585bcff9a43a92d2
parentf36349d8d346d0339f291f74a4fa2bbcab2ab700
xfs: RT bitmap and summary buffers need verifiers

Source kernel commit bf85e0998ae8bafc1e0863d914df3be2b1bc372a

Buffers without verifiers issue runtime warnings on XFS. We don't
have anything we can actually verify in the RT buffers (no CRCs, not
magic numbers, etc), but we still need verifiers to avoid the
warnings.

Add a set of dummy verifier operations for the realtime buffers and
apply them in the appropriate places.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Tested-by: Ross Zwisler <ross.zwisler@linux.intel.com>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
libxfs/xfs_rtbitmap.c
libxfs/xfs_shared.h