From: Oleg Drokin Date: Mon, 18 Aug 2014 03:30:34 +0000 (-0400) Subject: Kick the can for a version check a bit further. X-Git-Tag: 2.6.52~56 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=efe523e7bb20db5d990f4dd060c93659e8b95722;p=fs%2Flustre-release.git 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 --- 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;