From efe523e7bb20db5d990f4dd060c93659e8b95722 Mon Sep 17 00:00:00 2001 From: Oleg Drokin Date: Sun, 17 Aug 2014 23:30:34 -0400 Subject: [PATCH] Kick the can for a version check a bit further. This makes Lustre to compile again in utuls/lustre_cfg.c without warning. Change-Id: I019e3f9bb14bb87900256ea8ed1e393ec667cbcf Signed-off-by: Oleg Drokin --- lustre/utils/lustre_cfg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/utils/lustre_cfg.c b/lustre/utils/lustre_cfg.c index c5a2379..e937894 100644 --- a/lustre/utils/lustre_cfg.c +++ b/lustre/utils/lustre_cfg.c @@ -767,7 +767,7 @@ static void lprocfs_param_pattern(const char *cmd, const char *path, char *buf, if (!warned) { fprintf(stderr, "%s: specifying parameters via " "full paths is deprecated.\n", cmd); -#if LUSTRE_VERSION_CODE >= OBD_OCD_VERSION(2, 6, 51, 0) +#if LUSTRE_VERSION_CODE >= OBD_OCD_VERSION(2, 6, 53, 0) #warning "remove deprecated full path tunable access" #endif warned = 1; -- 1.8.3.1