Skip to content
Snippets Groups Projects
Commit f4481018 authored by Yang Sheng's avatar Yang Sheng
Browse files

Branch b1_6

b=16156
i=shadow, zhenyu.xu

Use patchless_client instead patchless to avoid misunderstanding.
parent a040d483
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment