Whamcloud - gitweb
use a larger buffer for device_list
authorrread <rread>
Sat, 7 Sep 2002 00:20:25 +0000 (00:20 +0000)
committerrread <rread>
Sat, 7 Sep 2002 00:20:25 +0000 (00:20 +0000)
lustre/utils/obd.c

index 9338460..6804bc5 100644 (file)
@@ -638,7 +638,7 @@ int jt_obd_newdev(int argc, char **argv)
 int jt_obd_list(int argc, char **argv)
 {
         int rc;
-        char buf[1024];
+        char buf[8192];
         struct obd_ioctl_data *data = (struct obd_ioctl_data *)buf;
 
         if (getfd(argv[0]))