From 58960af568c2510ac70ad73aa0cb9f1ee0cd7f9f Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 2 Aug 2010 16:23:49 -0700 Subject: [PATCH] --- yaml --- r: 208861 b: refs/heads/master c: e9d177443134bc4ac1c1393af69e2a8704bcac09 h: refs/heads/master i: 208859: 5c687b08fa26aca0f5e4d0ba608def38ef5ca14d v: v3 --- [refs] | 2 +- trunk/fs/ceph/super.c | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 6515f694c35f..807edc830ca0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 52dfb8ac0ef41168c1a10590b7259a5ab1cd2ab7 +refs/heads/master: e9d177443134bc4ac1c1393af69e2a8704bcac09 diff --git a/trunk/fs/ceph/super.c b/trunk/fs/ceph/super.c index 7f751f2850ba..9922628532b2 100644 --- a/trunk/fs/ceph/super.c +++ b/trunk/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;