Whamcloud - gitweb
Branch HEAD
authorliuy <liuy>
Thu, 27 Sep 2007 02:30:24 +0000 (02:30 +0000)
committerliuy <liuy>
Thu, 27 Sep 2007 02:30:24 +0000 (02:30 +0000)
b=13482
i=shadow, deen

fix typos in gmlnd, ptllnd and viblnd

lnet/ChangeLog
lnet/klnds/gmlnd/gmlnd_module.c
lnet/klnds/ptllnd/ptllnd_modparams.c
lnet/klnds/viblnd/viblnd_modparams.c

index 39b2d31..de11cf9 100644 (file)
@@ -51,6 +51,11 @@ Description: open files rlimit 1024 reached while liblustre testing
 Details    : ulnds/socklnd must close open socket after unsuccessful
              'say hello' attempt.
 
+Severity   : major 
+Bugzilla   : 13482
+Description: build error
+Details    : fix typos in gmlnd, ptllnd and viblnd
+
 ------------------------------------------------------------------------------
 
 2007-07-30  Cluster File Systems, Inc. <info@clusterfs.com>
index 94a44b1..f4d180a 100644 (file)
@@ -68,7 +68,7 @@ static cfs_sysctl_table_t gmnal_ctl_table[] = {
                 .procname = "port",
                 .data     = &port,
                 .maxlen   = sizeof (int),
-                .data     = 0444,
+                .mode     = 0444,
                 .proc_handler = &proc_dointvec
         },
         {
index 7419e4f..16e0c4a 100644 (file)
@@ -153,7 +153,7 @@ static cfs_sysctl_table_t kptllnd_ctl_table[] = {
         },
         {
                 .ctl_name = 3,
-                .procnmae = "max_procs_per_node",
+                .procname = "max_procs_per_node",
                 .data     = &max_procs_per_node,
                 .maxlen   = sizeof(int),
                 .mode     = 0444,
index b7ab5d7..f31c8dc 100644 (file)
@@ -164,7 +164,7 @@ static cfs_sysctl_table_t kibnal_ctl_table[] = {
                 .proc_handler = &proc_dointvec
         },
         {
-                ,ctl_name = 5,
+                .ctl_name = 5,
                 .procname = "cksum",
                 .data     = &cksum,
                 .maxlen   = sizeof(int),