Whamcloud - gitweb
LU-1750 ofd: always update last_id.
[fs/lustre-release.git] / lustre / utils / lustre_cfg.c
index b409656..51793f1 100644 (file)
@@ -27,7 +27,7 @@
  * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * Use is subject to license terms.
  *
- * Copyright (c) 2011, 2012, Whamcloud, Inc.
+ * Copyright (c) 2011, 2012, Intel Corporation.
  */
 /*
  * This file is part of Lustre, http://www.lustre.org/
@@ -671,7 +671,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,50,0)
+#if LUSTRE_VERSION_CODE >= OBD_OCD_VERSION(2, 6, 50, 0)
 #warning "remove deprecated full path tunable access"
 #endif
                         warned = 1;