From dbffb091bcc421c714b7dec23bf97ee6f09078cb Mon Sep 17 00:00:00 2001 From: rread Date: Sat, 7 Sep 2002 00:20:25 +0000 Subject: [PATCH] use a larger buffer for device_list --- lustre/utils/obd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/utils/obd.c b/lustre/utils/obd.c index 9338460..6804bc5 100644 --- a/lustre/utils/obd.c +++ b/lustre/utils/obd.c @@ -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])) -- 1.8.3.1