Files
apfstests/tests
Xiao Yang 72a84addd2 overlay/071: Don't compare inode numbers in lower overlay and nested overlay
1) If underlying filesystem is ext4, the lower overlay inodes do not
   have the MSB set (e.g. file ino 8590721028 = 0x2000C0004) because
   ext4 has a known inode number limit of 32bit (see ovl_can_decode_fh).
2) With nested xino feature, the nested overlay inodes have the MSB set
   (e.g. file ino 9223372045445496836  = 0x80000002000C0004).
It is expected different inode numbers which casue the failure of
overlay/071, so fix this failure by removing the unneeded comparision.

Suggested-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Xiao Yang <yangx.jy@cn.fujitsu.com>
Reviewed-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
2020-10-11 11:23:01 +08:00
..
2020-09-21 01:16:50 +08:00
2020-09-21 01:16:50 +08:00
2020-09-21 01:16:50 +08:00
2020-09-21 01:16:50 +08:00
2020-09-21 01:16:50 +08:00
2020-09-21 01:16:50 +08:00
2020-09-21 01:16:50 +08:00
2020-09-21 01:16:50 +08:00