mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
overlay: define common overlay xattr keys
Define common overlay xattr keys from Linux kernel for ovl tests use. Signed-off-by: zhangyi (F) <yi.zhang@huawei.com> Reviewed-by: Eryu Guan <eguan@redhat.com> Signed-off-by: Eryu Guan <eguan@redhat.com>
This commit is contained in:
@@ -3,6 +3,14 @@
|
||||
#
|
||||
. ./common/module
|
||||
|
||||
# Export overlayfs xattrs and constant value
|
||||
export OVL_XATTR_OPAQUE="trusted.overlay.opaque"
|
||||
export OVL_XATTR_REDIRECT="trusted.overlay.redirect"
|
||||
export OVL_XATTR_IMPURE="trusted.overlay.impure"
|
||||
export OVL_XATTR_ORIGIN="trusted.overlay.origin"
|
||||
export OVL_XATTR_NLINK="trusted.overlay.nlink"
|
||||
export OVL_XATTR_UPPER="trusted.overlay.upper"
|
||||
|
||||
# helper function to do the actual overlayfs mount operation
|
||||
_overlay_mount_dirs()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user