]> Git Repo - linux.git/commit - fs/xfs/libxfs/xfs_alloc.c
xfs: create a new buf_ops pointer to verify structure metadata
authorDarrick J. Wong <[email protected]>
Mon, 8 Jan 2018 18:51:08 +0000 (10:51 -0800)
committerDarrick J. Wong <[email protected]>
Mon, 8 Jan 2018 18:54:47 +0000 (10:54 -0800)
commitb55725974c9d3a5afcdf83daff6fba7d3f91ffca
tree6d1d7fb37a1a9076713111c95a3491b0634490d5
parent8ba92d43d499f4920af983a7c16e02304dd36932
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 <[email protected]>
Reviewed-by: Dave Chinner <[email protected]>
17 files changed:
fs/xfs/libxfs/xfs_alloc.c
fs/xfs/libxfs/xfs_alloc_btree.c
fs/xfs/libxfs/xfs_attr_leaf.c
fs/xfs/libxfs/xfs_attr_remote.c
fs/xfs/libxfs/xfs_bmap_btree.c
fs/xfs/libxfs/xfs_da_btree.c
fs/xfs/libxfs/xfs_dir2_block.c
fs/xfs/libxfs/xfs_dir2_data.c
fs/xfs/libxfs/xfs_dir2_leaf.c
fs/xfs/libxfs/xfs_dir2_node.c
fs/xfs/libxfs/xfs_dquot_buf.c
fs/xfs/libxfs/xfs_ialloc.c
fs/xfs/libxfs/xfs_ialloc_btree.c
fs/xfs/libxfs/xfs_refcount_btree.c
fs/xfs/libxfs/xfs_rmap_btree.c
fs/xfs/libxfs/xfs_symlink_remote.c
fs/xfs/xfs_buf.h
This page took 0.078785 seconds and 4 git commands to generate.