Whamcloud - gitweb
Merge b1_4_smallfix from b1_4 (20040805_0203)
authoradilger <adilger>
Thu, 5 Aug 2004 09:09:44 +0000 (09:09 +0000)
committeradilger <adilger>
Thu, 5 Aug 2004 09:09:44 +0000 (09:09 +0000)
- add /proc/sys/portals/routes for non-root route listing (3994)
- b_multi_interface landing

lnet/libcfs/proc.c
lustre/portals/libcfs/proc.c

index 5990ad8..aa9cfa8 100644 (file)
@@ -80,8 +80,6 @@ static struct ctl_table portals_table[] = {
          sizeof(int), 0644, NULL, &proc_dointvec},
         {PSDEV_PRINTK, "printk", &portal_printk, sizeof(int), 0644, NULL,
          &proc_dointvec},
-        {PSDEV_CONSOLE, "console", &portal_cerror, sizeof(int), 0644, NULL,
-         &proc_dointvec},
         {PSDEV_DEBUG_PATH, "debug_path", debug_file_path,
          sizeof(debug_file_path), 0644, NULL, &proc_dostring, &sysctl_string},
         {PSDEV_PORTALS_UPCALL, "upcall", portals_upcall,
index 5990ad8..aa9cfa8 100644 (file)
@@ -80,8 +80,6 @@ static struct ctl_table portals_table[] = {
          sizeof(int), 0644, NULL, &proc_dointvec},
         {PSDEV_PRINTK, "printk", &portal_printk, sizeof(int), 0644, NULL,
          &proc_dointvec},
-        {PSDEV_CONSOLE, "console", &portal_cerror, sizeof(int), 0644, NULL,
-         &proc_dointvec},
         {PSDEV_DEBUG_PATH, "debug_path", debug_file_path,
          sizeof(debug_file_path), 0644, NULL, &proc_dostring, &sysctl_string},
         {PSDEV_PORTALS_UPCALL, "upcall", portals_upcall,