xfs: create an ioctl to scrub AG metadata
Create an ioctl that can be used to scrub internal filesystem metadata. The new ioctl takes the metadata type, an (optional) AG number, an (optional) inode number and generation, and a flags argument. This will be used by the upcoming XFS online scrub tool. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Dave Chinner <dchinner@redhat.com>
Showing
fs/xfs/scrub/scrub.c
0 → 100644
fs/xfs/scrub/scrub.h
0 → 100644
fs/xfs/scrub/trace.c
0 → 100644
fs/xfs/scrub/trace.h
0 → 100644
fs/xfs/scrub/xfs_scrub.h
0 → 100644
Please register or sign in to comment