diff options
| author | Martin Brandenburg <martin@omnibond.com> | 2016-09-21 12:37:23 -0400 |
|---|---|---|
| committer | Martin Brandenburg <martin@omnibond.com> | 2016-09-21 12:37:23 -0400 |
| commit | 0c95ad76361f1d75a1ffdf82deafbcec44d19c42 (patch) | |
| tree | be66f4beb9de1b2fecbf1e59950fe714184c8ecb /fs/orangefs | |
| parent | c51e012942a7594f59db5611db14fa4a29624a10 (diff) | |
orangefs: bump minimum userspace version
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>
Diffstat (limited to 'fs/orangefs')
| -rw-r--r-- | fs/orangefs/super.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/orangefs/super.c b/fs/orangefs/super.c index 3e484a667340..b4ab1c1e8278 100644 --- a/fs/orangefs/super.c +++ b/fs/orangefs/super.c | |||
| @@ -251,7 +251,7 @@ int orangefs_remount(struct orangefs_sb_info_s *orangefs_sb) | |||
| 251 | 251 | ||
| 252 | op_release(new_op); | 252 | op_release(new_op); |
| 253 | 253 | ||
| 254 | if (orangefs_userspace_version >= 20906) { | 254 | if (orangefs_userspace_version >= 20907) { |
| 255 | new_op = op_alloc(ORANGEFS_VFS_OP_FEATURES); | 255 | new_op = op_alloc(ORANGEFS_VFS_OP_FEATURES); |
| 256 | if (!new_op) | 256 | if (!new_op) |
| 257 | return -ENOMEM; | 257 | return -ENOMEM; |
| @@ -507,7 +507,7 @@ struct dentry *orangefs_mount(struct file_system_type *fst, | |||
| 507 | spin_unlock(&orangefs_superblocks_lock); | 507 | spin_unlock(&orangefs_superblocks_lock); |
| 508 | op_release(new_op); | 508 | op_release(new_op); |
| 509 | 509 | ||
| 510 | if (orangefs_userspace_version >= 20906) { | 510 | if (orangefs_userspace_version >= 20907) { |
| 511 | new_op = op_alloc(ORANGEFS_VFS_OP_FEATURES); | 511 | new_op = op_alloc(ORANGEFS_VFS_OP_FEATURES); |
| 512 | if (!new_op) | 512 | if (!new_op) |
| 513 | return ERR_PTR(-ENOMEM); | 513 | return ERR_PTR(-ENOMEM); |
