commit | 36fd6e863cb7329ab2e5687fdae4e4626b840adc | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Tue Oct 17 21:37:34 2017 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Thu Oct 26 15:38:23 2017 -0700 |
tree | 951985ea1ff0da802cf28e472fe09412620dc0d5 | |
parent | 91fb9afc0847926ef6ea7695b8125c8fbe7974d6 [diff] |
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>