mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
overlay/030: Update comment w.r.t upstream kernel
commit 61536bed2149 ("ovl: support [S|G]ETFLAGS and FS[S|G]ETXATTR
ioctls for directories") makes the comment in test header inaccurate.
Fix the comment to include this information.
Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Reviewed-by: Eryu Guan <guaneryu@gmail.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
This commit is contained in:
committed by
Eryu Guan
parent
0ac0d8fbf9
commit
b8a84870b3
+5
-2
@@ -8,8 +8,11 @@
|
||||
# and directories in an overlayfs upper directory.
|
||||
#
|
||||
# This test is similar and was derived from generic/079, but
|
||||
# the original test is _notrun on overlay mount because FS_IOC_GETFLAGS
|
||||
# FS_IOC_SETFLAGS ioctls fail on overlay directory inodes.
|
||||
# the original test is _notrun with FSTYP=overlay on kernel < v5.10
|
||||
# because prior to commit 61536bed2149 ("ovl: support [S|G]ETFLAGS
|
||||
# and FS[S|G]ETXATTR ioctls for directories"), t_immutable -c would
|
||||
# fail to prepare immutable/append-only directories on the overlay
|
||||
# mount path.
|
||||
#
|
||||
seq=`basename $0`
|
||||
seqres=$RESULT_DIR/$seq
|
||||
|
||||
Reference in New Issue
Block a user