From 905935541fddadede5e78ba8cbf08ccd16606334 Mon Sep 17 00:00:00 2001
From: liuy <liuy>
Date: Wed, 8 Aug 2007 02:40:06 +0000
Subject: [PATCH] Branch HEAD b=13006 i=shadow, deen

fix init warnings caused by old ctl_table struct
---
 lustre/ChangeLog | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/lustre/ChangeLog b/lustre/ChangeLog
index 8fd148b82a..1ab0e95e5f 100644
--- a/lustre/ChangeLog
+++ b/lustre/ChangeLog
@@ -21,6 +21,12 @@ Bugzilla   : 12333
 Description: obdclass is limited by single OBD_ALLOC(idarray)
 Details    : replace OBD_ALLOC/OBD_FREE with OBD_VMALLOC/OBD_VFREE
 
+Severity   : normal
+Bugzilla   : 13006
+Description: warnings with build patchless client with vanila 2.6.19 and up
+Details    : change old ctl_table style and replace ctl_table/ctl_table_header
+	     with cfs_sysctl_table_t/cfs_sysctl_table_header_t
+
 --------------------------------------------------------------------------------
 
 2007-08-10         Cluster File Systems, Inc. <info@clusterfs.com>
-- 
GitLab