Procházet zdrojové kódy

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>
Martin Brandenburg před 9 roky
rodič
revize
878dfd3210
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      fs/orangefs/protocol.h

+ 1 - 1
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.