]> git.karo-electronics.de Git - linux-beck.git/commitdiff
orangefs: bump minimum userspace version
authorMartin Brandenburg <martin@omnibond.com>
Wed, 21 Sep 2016 16:37:23 +0000 (12:37 -0400)
committerMartin Brandenburg <martin@omnibond.com>
Wed, 21 Sep 2016 16:37:23 +0000 (12:37 -0400)
OrangeFS 2.9.6 was released without support for the features op. Thus
OrangeFS 2.9.7 will be required to use it.

Signed-off-by: Martin Brandenburg <martin@omnibond.com>
fs/orangefs/super.c

index 3e484a667340905210a4212f6b10df536faf70ac..b4ab1c1e827840965c54b255182873b3d925953c 100644 (file)
@@ -251,7 +251,7 @@ int orangefs_remount(struct orangefs_sb_info_s *orangefs_sb)
 
        op_release(new_op);
 
-       if (orangefs_userspace_version >= 20906) {
+       if (orangefs_userspace_version >= 20907) {
                new_op = op_alloc(ORANGEFS_VFS_OP_FEATURES);
                if (!new_op)
                        return -ENOMEM;
@@ -507,7 +507,7 @@ struct dentry *orangefs_mount(struct file_system_type *fst,
        spin_unlock(&orangefs_superblocks_lock);
        op_release(new_op);
 
-       if (orangefs_userspace_version >= 20906) {
+       if (orangefs_userspace_version >= 20907) {
                new_op = op_alloc(ORANGEFS_VFS_OP_FEATURES);
                if (!new_op)
                        return ERR_PTR(-ENOMEM);