aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/super.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ceph/super.c')
-rw-r--r--fs/ceph/super.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/ceph/super.c b/fs/ceph/super.c
index 7f751f2850ba..9922628532b2 100644
--- 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,
548 case Opt_osdkeepalivetimeout: 548 case Opt_osdkeepalivetimeout:
549 args->osd_keepalive_timeout = intval; 549 args->osd_keepalive_timeout = intval;
550 break; 550 break;
551 case Opt_osd_idle_ttl:
552 args->osd_idle_ttl = intval;
553 break;
551 case Opt_mount_timeout: 554 case Opt_mount_timeout:
552 args->mount_timeout = intval; 555 args->mount_timeout = intval;
553 break; 556 break;