xfs: RT bitmap and summary buffers need verifiers
authorDave Chinner <dchinner@redhat.com>
Tue, 9 Feb 2016 05:41:45 +0000 (16:41 +1100)
committerDave Chinner <david@fromorbit.com>
Tue, 9 Feb 2016 05:41:45 +0000 (16:41 +1100)
commitbf85e0998ae8bafc1e0863d914df3be2b1bc372a
treea38ba4dc97b0498b2d3e0404a87fdbd4a1000d59
parentf67ca6eca89cddd355c83639a90109e245f9d5a7
xfs: RT bitmap and summary buffers need verifiers

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>
fs/xfs/libxfs/xfs_rtbitmap.c
fs/xfs/libxfs/xfs_shared.h
fs/xfs/xfs_log_recover.c