mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
8425118bff
_sysfs_dev try to find the major and minor device numbers of SCRATCH_DEV, by 'stat -c%t $SCRATCH_DEV' and 'stat -c%T $SCRATCH_DEV'. But if the SCRATCH_DEV is symlink (e.g: /dev/mapper/ testvg-scratchdev), stat command can't find correct device numbers. So try to find the real name of the SCRATCH_DEV at first. Signed-off-by: Zorro Lang <zlang@redhat.com> Reviewed-by: Eryu Guan <eguan@redhat.com> Signed-off-by: Eryu Guan <eguan@redhat.com>