On 1/19/22 6:17 PM, Darrick J. Wong wrote:
From: Darrick J. Wong <djwong@xxxxxxxxxx> Where possible, convert these four programs to pass a pointer to a struct xfs_mount instead of the struct xfs_sb inside the mount. This will make it easier to convert some of the code to the new xfs_has_FEATURE predicates later on. Signed-off-by: Darrick J. Wong <djwong@xxxxxxxxxx>
Reviewed-by: Eric Sandeen <sandeen@xxxxxxxxxx>