From 394cc53c0e3919810b02daa208f4cadd4af04702 Mon Sep 17 00:00:00 2001 From: Alex Zhuravlev Date: Sun, 17 Jun 2012 13:40:02 +0400 Subject: [PATCH] LU-1581 defs: new param identity_upcall param Signed-off-by: Alex Zhuravlev Change-Id: Ie5ed6fea5de4f7dd6ed1f8e2a8333e158d0d147b --- lustre/include/lustre_param.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/include/lustre_param.h b/lustre/include/lustre_param.h index 49e5dc5..2623610 100644 --- a/lustre/include/lustre_param.h +++ b/lustre/include/lustre_param.h @@ -88,6 +88,7 @@ int do_lcfg(char *cfgname, lnet_nid_t nid, int cmd, #define PARAM_FAILMODE "failover.mode=" /* initial mount only */ #define PARAM_ACTIVE "active=" /* activate/deactivate */ #define PARAM_NETWORK "network=" /* bind on nid */ +#define PARAM_ID_UPCALL "identity_upcall=" /* identity upcall */ /* Prefixes for parameters handled by obd's proc methods (XXX_process_config) */ #define PARAM_OST "ost." -- 1.8.3.1