Whamcloud - gitweb
Comment clarification.
authoradilger <adilger>
Thu, 7 Nov 2002 09:08:26 +0000 (09:08 +0000)
committeradilger <adilger>
Thu, 7 Nov 2002 09:08:26 +0000 (09:08 +0000)
lustre/include/linux/lustre_idl.h

index 6335d93..2e225ee 100644 (file)
@@ -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];
 };