commit | b55725974c9d3a5afcdf83daff6fba7d3f91ffca | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Mon Jan 08 10:51:08 2018 -0800 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Mon Jan 08 10:54:47 2018 -0800 |
tree | 6d1d7fb37a1a9076713111c95a3491b0634490d5 | |
parent | 8ba92d43d499f4920af983a7c16e02304dd36932 [diff] |
xfs: create a new buf_ops pointer to verify structure metadata Expose all metadata structure buffer verifier functions via buf_ops. These will be used by the online scrub mechanism to look for problems with buffers that are already sitting around in memory. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Dave Chinner <dchinner@redhat.com>