mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-23 08:35:19 -05:00
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>
This commit is contained in:
parent
641bb3246d
commit
878dfd3210
1 changed files with 1 additions and 1 deletions
|
@ -407,7 +407,7 @@ enum {
|
||||||
* space. Zero signifies the upstream version of the kernel module.
|
* space. Zero signifies the upstream version of the kernel module.
|
||||||
*/
|
*/
|
||||||
#define ORANGEFS_KERNEL_PROTO_VERSION 0
|
#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.
|
* describes memory regions to map in the ORANGEFS_DEV_MAP ioctl.
|
||||||
|
|
Loading…
Add table
Reference in a new issue