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:
52dfb8a
)
ceph: do not ignore osd_idle_ttl mount option
author
Sage Weil
<sage@newdream.net>
Mon, 2 Aug 2010 23:23:49 +0000
(16:23 -0700)
committer
Sage Weil
<sage@newdream.net>
Tue, 3 Aug 2010 19:56:57 +0000
(12:56 -0700)
Actually apply the mount option to the mount_args struct.
Signed-off-by: Sage Weil <sage@newdream.net>
fs/ceph/super.c
patch
|
blob
|
history
diff --git
a/fs/ceph/super.c
b/fs/ceph/super.c
index 7f751f2850ba21aeab755932a8a064f06ef593b9..9922628532b2c649dee6761710405adc552ca248 100644
(file)
--- a/
fs/ceph/super.c
+++ b/
fs/ceph/super.c
@@
-548,6
+548,9
@@
static struct ceph_mount_args *parse_mount_args(int flags, char *options,
case Opt_osdkeepalivetimeout:
args->osd_keepalive_timeout = intval;
break;
+ case Opt_osd_idle_ttl:
+ args->osd_idle_ttl = intval;
+ break;
case Opt_mount_timeout:
args->mount_timeout = intval;
break;