mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
overlay/017: Remove constant st_ino/d_ino test for hardlinks
Constant st_ino/d_ino for hardlinks requires "index" config feature/mount option to be enabled. overlay/018 already tests constant st_ino feature for hardlinks. A future commit will add constant d_ino test to overlay/018 test. Signed-off-by: Chandan Rajendra <chandan@linux.vnet.ibm.com> Reviewed-by: Amir Goldstein <amir73il@gmail.com> Signed-off-by: Eryu Guan <eguan@redhat.com>
This commit is contained in:
committed by
Eryu Guan
parent
80ec2dd71c
commit
0d84683743
+1
-3
@@ -72,10 +72,8 @@ mknod $lowerdir/chrdev c 1 1
|
||||
mknod $lowerdir/blkdev b 1 1
|
||||
mknod $lowerdir/fifo p
|
||||
$here/src/af_unix $lowerdir/socket
|
||||
touch $lowerdir/hardlink1
|
||||
ln $lowerdir/hardlink1 $lowerdir/hardlink2
|
||||
|
||||
FILES="dir file symlink chrdev blkdev fifo socket hardlink1 hardlink2"
|
||||
FILES="dir file symlink chrdev blkdev fifo socket"
|
||||
|
||||
# Record inode numbers in format <ino> <basename>
|
||||
function record_inode_numbers()
|
||||
|
||||
Reference in New Issue
Block a user