Whamcloud - gitweb
Remove READPAGE_BULK_NET (unused). Without this minor change, the error
authoradilger <adilger>
Fri, 29 Mar 2002 22:07:03 +0000 (22:07 +0000)
committeradilger <adilger>
Fri, 29 Mar 2002 22:07:03 +0000 (22:07 +0000)
codes at the end of runfailure-net script are wrong.

It might be nice in the future to have a name->number conversion tool
which could always get this correct, but it isn't a big deal yet.

lustre/include/linux/obd_support.h

index ceffa9a..c5dd013 100644 (file)
@@ -38,7 +38,6 @@ enum {
         OBD_FAIL_MDS_GETATTR_PACK,
         OBD_FAIL_MDS_READPAGE_NET,
         OBD_FAIL_MDS_READPAGE_PACK,
-        OBD_FAIL_MDS_READPAGE_BULK_NET,
         OBD_FAIL_MDS_SENDPAGE,
         OBD_FAIL_MDS_REINT_NET,
         OBD_FAIL_MDS_REINT_UNPACK,