X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Finclude%2Flustre%2Flustre_idl.h;h=e8551cbc6d8f5d77b8631ecc77b456c8a8800443;hb=7720f70073cf925dbbdf9831305a3ca42207abba;hp=3eadc05f45afd21c2212bae30ecfd35624322b09;hpb=aaddc99c03bc7137c70bd5c7965f23c19781bd62;p=fs%2Flustre-release.git diff --git a/lustre/include/lustre/lustre_idl.h b/lustre/include/lustre/lustre_idl.h index 3eadc05..e8551cb 100644 --- a/lustre/include/lustre/lustre_idl.h +++ b/lustre/include/lustre/lustre_idl.h @@ -523,8 +523,9 @@ extern void lustre_swab_ptlrpc_body(struct ptlrpc_body *pb); #define OBD_CONNECT_CANCELSET 0x00400000ULL /* Early batched cancels. */ #define OBD_CONNECT_SOM 0x00800000ULL /* SOM feature */ #define OBD_CONNECT_AT 0x01000000ULL /* client uses adaptive timeouts */ -#define OBD_CONNECT_MDS_MDS 0x02000000ULL /* MDS-MDS connection*/ -#define OBD_CONNECT_REAL 0x00000200ULL /* real connection */ +#define OBD_CONNECT_LRU_RESIZE 0x02000000ULL /* Lru resize feature. */ +#define OBD_CONNECT_MDS_MDS 0x04000000ULL /* MDS-MDS connection*/ +#define OBD_CONNECT_REAL 0x08000000ULL /* real connection */ /* also update obd_connect_names[] for lprocfs_rd_connect_flags() * and lustre/utils/wirecheck.c */