Whamcloud - gitweb
Kick the can for a version check a bit further.
authorOleg Drokin <oleg.drokin@intel.com>
Mon, 18 Aug 2014 03:30:34 +0000 (23:30 -0400)
committerOleg Drokin <oleg.drokin@intel.com>
Mon, 18 Aug 2014 03:32:57 +0000 (23:32 -0400)
This makes Lustre to compile again in utuls/lustre_cfg.c without warning.

Change-Id: I019e3f9bb14bb87900256ea8ed1e393ec667cbcf
Signed-off-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/utils/lustre_cfg.c

index c5a2379..e937894 100644 (file)
@@ -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;