]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: create an ioctl to scrub AG metadata
authorDarrick J. Wong <darrick.wong@oracle.com>
Fri, 17 Nov 2017 04:11:31 +0000 (22:11 -0600)
committerEric Sandeen <sandeen@redhat.com>
Fri, 17 Nov 2017 04:11:31 +0000 (22:11 -0600)
commitafbe3b6eedfbb794fc578e5c2865187f44fcfb09
treed67581e7d4262d4469c141245e0d7c3a94ec985c
parentbe3bf25c3563d0f1553765b952979b73322a084b
xfs: create an ioctl to scrub AG metadata

Source kernel commit: 36fd6e863cb7329ab2e5687fdae4e4626b840adc

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>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/xfs_fs.h