From 3d66be5e3712a15a5ae70365ecfefddca08d28f5 Mon Sep 17 00:00:00 2001 From: yury Date: Tue, 1 Mar 2005 11:43:59 +0000 Subject: [PATCH] - fixed comment of OBD_MD_FID. --- lustre/include/linux/lustre_idl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 | \ -- 1.8.3.1