Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232522
b: refs/heads/master
c: 50aac4f
h: refs/heads/master
v: v3
  • Loading branch information
Sage Weil committed Jan 19, 2011
1 parent ac12f24 commit 6ca117e
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 17db143fc091238c43ab9f373974ca2224a4c3f8
refs/heads/master: 50aac4fec503960380ab594a93a6fbfdf3f8915f
2 changes: 2 additions & 0 deletions trunk/fs/ceph/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,8 @@ static int parse_mount_options(struct ceph_mount_options **pfsopt,

fsopt->rsize = CEPH_MOUNT_RSIZE_DEFAULT;
fsopt->snapdir_name = kstrdup(CEPH_SNAPDIRNAME_DEFAULT, GFP_KERNEL);
fsopt->caps_wanted_delay_min = CEPH_CAPS_WANTED_DELAY_MIN_DEFAULT;
fsopt->caps_wanted_delay_max = CEPH_CAPS_WANTED_DELAY_MAX_DEFAULT;
fsopt->cap_release_safety = CEPH_CAP_RELEASE_SAFETY_DEFAULT;
fsopt->max_readdir = CEPH_MAX_READDIR_DEFAULT;
fsopt->max_readdir_bytes = CEPH_MAX_READDIR_BYTES_DEFAULT;
Expand Down

0 comments on commit 6ca117e

Please sign in to comment.