From: yury Date: Tue, 1 Mar 2005 11:43:59 +0000 (+0000) Subject: - fixed comment of OBD_MD_FID. X-Git-Tag: v1_7_100~1588 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=3d66be5e3712a15a5ae70365ecfefddca08d28f5;p=fs%2Flustre-release.git - fixed comment of OBD_MD_FID. --- diff --git a/lustre/include/linux/lustre_idl.h b/lustre/include/linux/lustre_idl.h index 8034858..198f89c 100644 --- a/lustre/include/linux/lustre_idl.h +++ b/lustre/include/linux/lustre_idl.h @@ -379,7 +379,7 @@ struct lov_mds_md_v0 { /* LOV EA mds/wire data (little-endian) */ #define OBD_MD_MDS (0x0000000010000000LL) /* where an inode lives on */ #define OBD_MD_FLDIREA (0x0000000020000000LL) /* dir's extended attribute data */ #define OBD_MD_REINT (0x0000000040000000LL) /* reintegrate oa */ -#define OBD_MD_FID (0x0000000080000000LL) /* reintegrate oa */ +#define OBD_MD_FID (0x0000000080000000LL) /* lustre_id data */ #define OBD_MD_FLNOTOBD (~(OBD_MD_FLBLOCKS | OBD_MD_LINKNAME | \ OBD_MD_FLEASIZE | OBD_MD_FLHANDLE | \