mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
xfs/033: use _scratch_xfs_db wrapper
Use the wrapper instead of open-coding the call. 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
0d444a9a29
commit
37d4f926b5
+1
-1
@@ -76,7 +76,7 @@ if [ $_fs_has_crcs -eq 1 ]; then
|
||||
fi
|
||||
_link_out_file_named $seqfull.out "$FEATURES"
|
||||
|
||||
`xfs_db -r -c sb -c p $SCRATCH_DEV | grep 'ino = ' | \
|
||||
`_scratch_xfs_db -r -c sb -c p | grep 'ino = ' | \
|
||||
sed -e 's/ //g' -e 's/^/export /'`
|
||||
|
||||
# check we won't get any quota inodes setup on mount
|
||||
|
||||
Reference in New Issue
Block a user