mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
generic/062: don't create WHITEOUT_DEV
overlay doesn't support creating WHITEOUT_DEV (major and minor device ID are both 0). Create null device instead. Signed-off-by: Eryu Guan <eguan@redhat.com> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@ _create_test_bed()
|
||||
ln -s $SCRATCH_MNT/dir $SCRATCH_MNT/lnk
|
||||
mkdir $SCRATCH_MNT/dev
|
||||
mknod $SCRATCH_MNT/dev/b b 0 0
|
||||
mknod $SCRATCH_MNT/dev/c c 0 0
|
||||
mknod $SCRATCH_MNT/dev/c c 1 3
|
||||
mknod $SCRATCH_MNT/dev/p p
|
||||
# sanity check
|
||||
find $SCRATCH_MNT | LC_COLLATE=POSIX sort | _filter_scratch | grep -v "lost+found"
|
||||
|
||||
Reference in New Issue
Block a user