From: Matt Benjamin Date: Wed, 6 Apr 2016 20:12:19 +0000 (-0400) Subject: rgw_file: declare an attribute for all Unix/rgw_file attrs X-Git-Tag: v10.2.0~8^2~19 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f87af2547fa65df60c1dbda2e05700b9bf115074;p=ceph.git rgw_file: declare an attribute for all Unix/rgw_file attrs Signed-off-by: Matt Benjamin --- diff --git a/src/rgw/rgw_common.h b/src/rgw/rgw_common.h index 037703ed1ed0..707dbd174c6d 100644 --- a/src/rgw/rgw_common.h +++ b/src/rgw/rgw_common.h @@ -95,6 +95,9 @@ using ceph::crypto::MD5; #define RGW_ATTR_OLH_ID_TAG RGW_ATTR_OLH_PREFIX "idtag" #define RGW_ATTR_OLH_PENDING_PREFIX RGW_ATTR_OLH_PREFIX "pending." +/* RGW File Attributes */ +#define RGW_ATTR_UNIX1 RGW_ATTR_PREFIX "unix1" + #define RGW_BUCKETS_OBJ_SUFFIX ".buckets" #define RGW_MAX_PENDING_CHUNKS 16