From 1758cdb36c765ca44dcbf29479953ecec3fd434b Mon Sep 17 00:00:00 2001 From: yury Date: Wed, 1 Oct 2008 14:11:20 +0000 Subject: [PATCH] b=17194 r=adilger,oleg during abort recovery starts, stale export processing is slow --- lustre/include/obd.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/lustre/include/obd.h b/lustre/include/obd.h index 0d61580..a4b1cfb 100644 --- a/lustre/include/obd.h +++ b/lustre/include/obd.h @@ -980,9 +980,6 @@ struct obd_device { __u64 obd_pool_slv; }; -#define OBD_OPT_FORCE 0x0001 -#define OBD_OPT_FAILOVER 0x0002 - #define OBD_LLOG_FL_SENDNOW 0x0001 enum obd_cleanup_stage { -- 1.8.3.1