On Thu, Feb 08, 2018 at 11:19:10AM +0800, zhangyi (F) wrote: > Define common overlay xattr keys from Linux kernel for ovl tests use. > > Signed-off-by: zhangyi (F) <yi.zhang@xxxxxxxxxx> > --- > common/overlay | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/common/overlay b/common/overlay > index 16f13a8..9000432 100644 > --- a/common/overlay > +++ b/common/overlay > @@ -3,6 +3,16 @@ > # > . ./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" > +export OVL_XATTR_OPAQUE_VAL="y" > +export OVL_XATTR_IMPURE_VAL="y" Sorry, I was not clear enough in previous review. I mean putting the common xattr keys to common/overlay, but I don't think the <VAL>="y" is needed. I'll edit on commit to remove them from here and add them to tests where needed. Thanks, Eryu > + > # helper function to do the actual overlayfs mount operation > _overlay_mount_dirs() > { > -- > 2.5.0 > > -- > To unsubscribe from this list: send the line "unsubscribe fstests" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- 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