projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5891b4f
)
Revert "orangefs: bump minimum userspace version"
author
Mike Marshall
<hubcap@omnibond.com>
Mon, 3 Oct 2016 19:07:36 +0000
(15:07 -0400)
committer
Mike Marshall
<hubcap@omnibond.com>
Mon, 3 Oct 2016 19:07:36 +0000
(15:07 -0400)
The features op did make it into OrangeFS 2.9.6 after all.
This reverts commit
0c95ad76361f1d75a1ffdf82deafbcec44d19c42
.
fs/orangefs/super.c
patch
|
blob
|
history
diff --git
a/fs/orangefs/super.c
b/fs/orangefs/super.c
index 166f3a59d2e486a710ef32a61b6574b1fa4a67f6..c48859f16e7b1fd9887bcd2edb73aaf4b4d55464 100644
(file)
--- a/
fs/orangefs/super.c
+++ b/
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 >= 2090
7
) {
+ if (orangefs_userspace_version >= 2090
6
) {
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 >= 2090
7
) {
+ if (orangefs_userspace_version >= 2090
6
) {
new_op = op_alloc(ORANGEFS_VFS_OP_FEATURES);
if (!new_op)
return ERR_PTR(-ENOMEM);