X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;ds=sidebyside;f=lustre%2Finclude%2Flustre%2Flustre_user.h;h=ad55e05217ef572290920673f298fe50e3f4d303;hb=212649d0cf5c5e7ff508b637de0101f3a0b667e4;hp=79aa677b7e3e6ac084c55fbbe8e723d800c2fde1;hpb=1d3f88ffde4b54d32c5195d67e9b376718987577;p=fs%2Flustre-release.git diff --git a/lustre/include/lustre/lustre_user.h b/lustre/include/lustre/lustre_user.h index 79aa677..ad55e05 100644 --- a/lustre/include/lustre/lustre_user.h +++ b/lustre/include/lustre/lustre_user.h @@ -32,13 +32,13 @@ #define LL_IOC_LOV_GETSTRIPE _IOW ('f', 155, long) #define LL_IOC_LOV_SETEA _IOW ('f', 156, long) #define LL_IOC_RECREATE_OBJ _IOW ('f', 157, long) -#define LL_IOC_CW_LOCK _IOW ('f', 158, long) -#define LL_IOC_CW_UNLOCK _IOW ('f', 159, long) +#define LL_IOC_GROUP_LOCK _IOW ('f', 158, long) +#define LL_IOC_GROUP_UNLOCK _IOW ('f', 159, long) #define O_LOV_DELAY_CREATE 0100000000 /* hopefully this does not conflict */ #define LL_FILE_IGNORE_LOCK 0x00000001 -#define LL_FILE_CW_LOCKED 0x00000002 +#define LL_FILE_GROUP_LOCKED 0x00000002 #define LOV_USER_MAGIC_V1 0x0BD10BD0 #define LOV_USER_MAGIC LOV_USER_MAGIC_V1