From 7d50d269731c497284b2d93b64ba1b33e3e476e8 Mon Sep 17 00:00:00 2001 From: adilger Date: Fri, 29 Mar 2002 22:07:03 +0000 Subject: [PATCH] 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. --- lustre/include/linux/obd_support.h | 1 - 1 file changed, 1 deletion(-) 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, -- 1.8.3.1