From 5870ce25749bb856b2d969b4ea9e78eae3ddf671 Mon Sep 17 00:00:00 2001
From: bobijam <bobijam>
Date: Tue, 22 Jul 2008 08:54:35 +0000
Subject: [PATCH] Branch HEAD b=16205

add doxygen doc for new field.
---
 lustre/include/lustre_export.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lustre/include/lustre_export.h b/lustre/include/lustre_export.h
index d961807bbd..22e7197a0f 100644
--- a/lustre/include/lustre_export.h
+++ b/lustre/include/lustre_export.h
@@ -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;
-- 
GitLab