Browse Source

Revert "orangefs: bump minimum userspace version"

The features op did make it into OrangeFS 2.9.6 after all.

This reverts commit 0c95ad76361f1d75a1ffdf82deafbcec44d19c42.
Mike Marshall 8 years ago
parent
commit
f60fbdbf41
1 changed files with 2 additions and 2 deletions
  1. 2 2
      fs/orangefs/super.c

+ 2 - 2
fs/orangefs/super.c

@@ -251,7 +251,7 @@ int orangefs_remount(struct orangefs_sb_info_s *orangefs_sb)
 
 	op_release(new_op);
 
-	if (orangefs_userspace_version >= 20907) {
+	if (orangefs_userspace_version >= 20906) {
 		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 >= 20907) {
+	if (orangefs_userspace_version >= 20906) {
 		new_op = op_alloc(ORANGEFS_VFS_OP_FEATURES);
 		if (!new_op)
 			return ERR_PTR(-ENOMEM);