mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
xfs: abstract xfs_info into $XFS_INFO_PROG
Abstract calls to xfs_info into $XFS_INFO_PROG like we do for all other xfs utilities. [Eryu: require xfs_info to be present if FSTYP is xfs] Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Eryu Guan <guaneryu@gmail.com> Signed-off-by: Eryu Guan <guaneryu@gmail.com>
This commit is contained in:
committed by
Eryu Guan
parent
0fca2e5233
commit
4609a0009d
@@ -205,6 +205,7 @@ export TIMEOUT_PROG="$(type -P timeout)"
|
||||
export SETCAP_PROG="$(type -P setcap)"
|
||||
export GETCAP_PROG="$(type -P getcap)"
|
||||
export CHECKBASHISMS_PROG="$(type -P checkbashisms)"
|
||||
export XFS_INFO_PROG="$(type -P xfs_info)"
|
||||
|
||||
# use 'udevadm settle' or 'udevsettle' to wait for lv to be settled.
|
||||
# newer systems have udevadm command but older systems like RHEL5 don't.
|
||||
|
||||
Reference in New Issue
Block a user