From 71ab83f1da7c99c4d14f80c0f67825cb5a8e93c5 Mon Sep 17 00:00:00 2001 From: adilger Date: Thu, 7 Nov 2002 09:08:26 +0000 Subject: [PATCH] Comment clarification. --- 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 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]; }; -- 1.8.3.1