X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Finclude%2Fuapi%2Flinux%2Flustre%2Flustre_idl.h;fp=lustre%2Finclude%2Fuapi%2Flinux%2Flustre%2Flustre_idl.h;h=84f118defe5aa93b727d58408c994fcf38d6aee2;hb=f0f92773ee18a9da71cd27e3b5c32e5d318ed0d2;hp=caeb2440545a0f4f6d1aa9d00e36f08d505fdadf;hpb=1a2bf911b9793648de3abbc88b9f77eb2237dc50;p=fs%2Flustre-release.git diff --git a/lustre/include/uapi/linux/lustre/lustre_idl.h b/lustre/include/uapi/linux/lustre/lustre_idl.h index caeb244..84f118d 100644 --- a/lustre/include/uapi/linux/lustre/lustre_idl.h +++ b/lustre/include/uapi/linux/lustre/lustre_idl.h @@ -1391,12 +1391,16 @@ struct hsm_state_set { OBD_BRW_OVER_GRPQUOTA | \ OBD_BRW_OVER_PRJQUOTA) +#define OBD_BRW_DONE 0x40000000UL /* + * osd-ldiskfs inernal, + * IO has been issued before + */ #define OBD_BRW_LOCAL1 0x80000000UL /* * osd-ldiskfs internal, * page mapped to real block */ -#define OBD_BRW_LOCALS (OBD_BRW_LOCAL1) +#define OBD_BRW_LOCALS (OBD_BRW_LOCAL1 | OBD_BRW_DONE) #define OBD_MAX_GRANT 0x7fffffffUL /* Max grant allowed to one client: 2 GiB */