Files
apfstests/common
Zorro Lang 8425118bff common/rc: use real device name in _sysfs_dev function
_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>
2016-10-11 18:30:38 +08:00
..
2016-08-12 11:17:19 +08:00
2013-03-26 21:44:05 -05:00
2016-02-19 10:49:17 +11:00
2016-07-21 17:29:05 +08:00
2016-10-07 17:18:53 +08:00