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@xxxxxxxxxxxxxxxxxx> --- tests/overlay/017 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/overlay/017 b/tests/overlay/017 index e9c8525..03955d0 100755 --- a/tests/overlay/017 +++ b/tests/overlay/017 @@ -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() -- 2.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-unionfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html