From: Martin Brandenburg Date: Wed, 30 Mar 2016 20:18:43 +0000 (-0400) Subject: orangefs: minimum userspace version is 2.9.3 X-Git-Tag: v4.6-rc2~14^2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=878dfd3210e0bfc047995022de3091724ea9a5f6;p=uclinux-h8%2Flinux.git orangefs: minimum userspace version is 2.9.3 Version 2.9.4 isn't even released yet. Signed-off-by: Martin Brandenburg --- diff --git a/fs/orangefs/protocol.h b/fs/orangefs/protocol.h index 45ce4ff4cbc7..50578a28bd9e 100644 --- a/fs/orangefs/protocol.h +++ b/fs/orangefs/protocol.h @@ -407,7 +407,7 @@ enum { * space. Zero signifies the upstream version of the kernel module. */ #define ORANGEFS_KERNEL_PROTO_VERSION 0 -#define ORANGEFS_MINIMUM_USERSPACE_VERSION 20904 +#define ORANGEFS_MINIMUM_USERSPACE_VERSION 20903 /* * describes memory regions to map in the ORANGEFS_DEV_MAP ioctl.