Skip to content
Snippets Groups Projects
Commit 84833ab1 authored by scjody's avatar scjody
Browse files

Branch HEAD

Report a patchless kernel if client patches are missing, since that's
what we really care about for testing purposes.

b=12460
i=adilger
parent de9074d2
No related branches found
No related tags found
No related merge requests found
......@@ -222,7 +222,7 @@ int obd_proc_read_version(char *page, char **start, off_t off, int count,
int *eof, void *data)
{
*eof = 1;
#ifdef LUSTRE_KERNEL_VERSION
#ifdef HAVE_VFS_INTENT_PATCHES
return snprintf(page, count, "lustre: %s\nkernel: %u\nbuild: %s\n",
LUSTRE_VERSION_STRING, LUSTRE_KERNEL_VERSION,
BUILD_VERSION);
......
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