From: Mikhail Pershin Date: Thu, 4 Oct 2012 10:24:43 +0000 (+0400) Subject: LU-1943 class: FID_SEQ_LOCAL_NAME set to the Orion value X-Git-Tag: 2.3.53~27 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=5b64ac7f7cf2767acb75b872eaffcf6d255d0501 LU-1943 class: FID_SEQ_LOCAL_NAME set to the Orion value Keep the same numbers for Orion and master for compatibility Signed-off-by: Mikhail Pershin Change-Id: I318eba9860be7849ee4a8d828cf27e5fb91164e9 Reviewed-on: http://review.whamcloud.com/4179 Reviewed-by: Andreas Dilger Tested-by: Hudson Tested-by: Maloo Reviewed-by: Alex Zhuravlev --- diff --git a/lustre/include/lustre/lustre_idl.h b/lustre/include/lustre/lustre_idl.h index 4705c1d..bae42d0 100644 --- a/lustre/include/lustre/lustre_idl.h +++ b/lustre/include/lustre/lustre_idl.h @@ -421,13 +421,12 @@ enum fid_seq { /* sequence for local pre-defined FIDs listed in local_oid */ FID_SEQ_LOCAL_FILE = 0x200000001ULL, FID_SEQ_DOT_LUSTRE = 0x200000002ULL, - /* XXX 0x200000003ULL is reserved for FID_SEQ_LLOG_OBJ */ /* sequence is used for local named objects FIDs generated * by local_object_storage library */ + FID_SEQ_LOCAL_NAME = 0x200000003ULL, FID_SEQ_SPECIAL = 0x200000004ULL, FID_SEQ_QUOTA = 0x200000005ULL, FID_SEQ_QUOTA_GLB = 0x200000006ULL, - FID_SEQ_LOCAL_NAME = 0x200000007ULL, FID_SEQ_NORMAL = 0x200000400ULL, FID_SEQ_LOV_DEFAULT= 0xffffffffffffffffULL };