From 753cd3b31d5cb06fe4233517a5460ec44d4eac48 Mon Sep 17 00:00:00 2001 From: adilger Date: Fri, 6 Sep 2002 22:22:09 +0000 Subject: [PATCH] Fix for test_brw problems with BA OST. --- lustre/utils/obd.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lustre/utils/obd.c b/lustre/utils/obd.c index 8cfa1d1..b4becb5 100644 --- a/lustre/utils/obd.c +++ b/lustre/utils/obd.c @@ -1001,7 +1001,8 @@ int jt_obd_test_brw(int argc, char **argv) { struct obd_ioctl_data data; struct timeval start, next_time; - int pages = 1, objid = 3, count, next_count; + int pages = 1, count, next_count; + __u64 objid = 3; int verbose = 1, write = 0, rw; char *end; int i; -- 1.8.3.1