diff options
author | Martin Brandenburg <martin@omnibond.com> | 2016-03-30 16:18:43 -0400 |
---|---|---|
committer | Martin Brandenburg <martin@omnibond.com> | 2016-03-31 12:06:00 -0400 |
commit | 878dfd3210e0bfc047995022de3091724ea9a5f6 (patch) | |
tree | e5c8ea6c10b037655eba4f041c9ae68339150ac2 | |
parent | 641bb3246dbb64c0b4a0b6dfa6a024e82c155533 (diff) |
orangefs: minimum userspace version is 2.9.3
Version 2.9.4 isn't even released yet.
Signed-off-by: Martin Brandenburg <martin@omnibond.com>
-rw-r--r-- | fs/orangefs/protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 { | |||
407 | * space. Zero signifies the upstream version of the kernel module. | 407 | * space. Zero signifies the upstream version of the kernel module. |
408 | */ | 408 | */ |
409 | #define ORANGEFS_KERNEL_PROTO_VERSION 0 | 409 | #define ORANGEFS_KERNEL_PROTO_VERSION 0 |
410 | #define ORANGEFS_MINIMUM_USERSPACE_VERSION 20904 | 410 | #define ORANGEFS_MINIMUM_USERSPACE_VERSION 20903 |
411 | 411 | ||
412 | /* | 412 | /* |
413 | * describes memory regions to map in the ORANGEFS_DEV_MAP ioctl. | 413 | * describes memory regions to map in the ORANGEFS_DEV_MAP ioctl. |