From: adilger Date: Fri, 29 Mar 2002 22:07:03 +0000 (+0000) Subject: Remove READPAGE_BULK_NET (unused). Without this minor change, the error X-Git-Tag: 0.4.2~451 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=7d50d269731c497284b2d93b64ba1b33e3e476e8;p=fs%2Flustre-release.git Remove READPAGE_BULK_NET (unused). Without this minor change, the error 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. --- diff --git a/lustre/include/linux/obd_support.h b/lustre/include/linux/obd_support.h index ceffa9a..c5dd013 100644 --- a/lustre/include/linux/obd_support.h +++ b/lustre/include/linux/obd_support.h @@ -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,