From f4481018bda9ea8a9f93443e02f2adf500e10e96 Mon Sep 17 00:00:00 2001
From: yangsheng <yangsheng>
Date: Thu, 21 Aug 2008 14:57:25 +0000
Subject: [PATCH] Branch b1_6 b=16156 i=shadow, zhenyu.xu

Use patchless_client instead patchless to avoid misunderstanding.
---
 lustre/obdclass/linux/linux-module.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lustre/obdclass/linux/linux-module.c b/lustre/obdclass/linux/linux-module.c
index cef25c9dc7..40603d681d 100644
--- a/lustre/obdclass/linux/linux-module.c
+++ b/lustre/obdclass/linux/linux-module.c
@@ -245,7 +245,8 @@ int obd_proc_read_version(char *page, char **start, off_t off, int count,
                         BUILD_VERSION);
 #else
         return snprintf(page, count, "lustre: %s\nkernel: %s\nbuild:  %s\n",
-                        LUSTRE_VERSION_STRING, "patchless", BUILD_VERSION);
+                        LUSTRE_VERSION_STRING, "patchless_client",
+                        BUILD_VERSION);
 #endif
 }
 
-- 
GitLab