From: adilger Date: Thu, 7 Nov 2002 09:08:26 +0000 (+0000) Subject: Comment clarification. X-Git-Tag: 0.5.16~1 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=71ab83f1da7c99c4d14f80c0f67825cb5a8e93c5;p=fs%2Flustre-release.git Comment clarification. --- diff --git a/lustre/include/linux/lustre_idl.h b/lustre/include/linux/lustre_idl.h index 6335d93..2e225ee 100644 --- a/lustre/include/linux/lustre_idl.h +++ b/lustre/include/linux/lustre_idl.h @@ -229,7 +229,7 @@ struct lov_mds_md { __u32 lmm_stripe_offset; /* starting stripe offset in lmd_objects */ __u32 lmm_stripe_count; /* number of stipes in use for this object */ __u64 lmm_stripe_size; /* size of the stripe */ - __u32 lmm_ost_count; /* how many OSTs are in this LOV */ + __u32 lmm_ost_count; /* how many OST idx are in this LOV md */ __u32 lmm_stripe_pattern; /* per-lov object stripe pattern */ struct lov_object_id lmm_objects[0]; };