Whamcloud - gitweb
Branch HEAD
authorbobijam <bobijam>
Tue, 22 Jul 2008 08:54:35 +0000 (08:54 +0000)
committerbobijam <bobijam>
Tue, 22 Jul 2008 08:54:35 +0000 (08:54 +0000)
b=16205

add doxygen doc for new field.

lustre/include/lustre_export.h

index d961807..22e7197 100644 (file)
@@ -35,6 +35,9 @@ struct osc_creator {
         obd_id                  oscc_last_id;//last available pre-created object
         obd_id                  oscc_next_id;// what object id to give out next
         int                     oscc_grow_count;
+        /**
+         * Limit oscc_grow_count value, can be changed via proc fs
+         */
         int                     oscc_max_grow_count;
         struct obdo             oscc_oa;
         int                     oscc_flags;