Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 208861
b: refs/heads/master
c: e9d1774
h: refs/heads/master
i:
  208859: 5c687b0
v: v3
  • Loading branch information
Sage Weil committed Aug 3, 2010
1 parent cddcedc commit 58960af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 52dfb8ac0ef41168c1a10590b7259a5ab1cd2ab7
refs/heads/master: e9d177443134bc4ac1c1393af69e2a8704bcac09
3 changes: 3 additions & 0 deletions trunk/fs/ceph/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 58960af

Please sign in to comment.