From 8e4c547f9c905573cb27eeb3d46fb02f7be1ad99 Mon Sep 17 00:00:00 2001 From: anserper Date: Mon, 3 Nov 2008 21:21:02 +0000 Subject: [PATCH] b=17493 i=Andreas Dilger i=Johann Lombardi handling of a broken readonly key --- lustre/include/obd.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lustre/include/obd.h b/lustre/include/obd.h index 67c04c1..53e616a 100644 --- a/lustre/include/obd.h +++ b/lustre/include/obd.h @@ -1007,7 +1007,8 @@ enum obd_cleanup_stage { #define KEY_LAST_ID "last_id" #define KEY_LOCK_TO_STRIPE "lock_to_stripe" #define KEY_CHECKSUM "checksum" -#define KEY_READONLY "readonly" +#define KEY_READONLY "read-only" +#define KEY_READONLY_166COMPAT "readonly" #define KEY_UNLINKED "unlinked" #define KEY_EVICT_BY_NID "evict_by_nid" #define KEY_REGISTER_TARGET "register_target" -- 1.8.3.1