From: Alex Zhuravlev Date: Sun, 17 Jun 2012 09:40:02 +0000 (+0400) Subject: LU-1581 defs: new param X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=394cc53c0e3919810b02daa208f4cadd4af04702;p=fs%2Flustre-release.git LU-1581 defs: new param identity_upcall param Signed-off-by: Alex Zhuravlev Change-Id: Ie5ed6fea5de4f7dd6ed1f8e2a8333e158d0d147b --- 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."