Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 260347
b: refs/heads/master
c: e985222
h: refs/heads/master
i:
  260345: c5af32a
  260343: 054a34a
v: v3
  • Loading branch information
Yehuda Sadeh authored and Sage Weil committed Jul 26, 2011
1 parent 805da04 commit 8b81d5f
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 79e3057c4c9d32b88e6745fd220d91b0a8b2030b
refs/heads/master: e9852227431a0ed6ceda064f33e4218757acab6c
4 changes: 4 additions & 0 deletions trunk/fs/ceph/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -779,6 +779,10 @@ static int ceph_register_bdi(struct super_block *sb,
fsc->backing_dev_info.ra_pages =
(fsc->mount_options->rsize + PAGE_CACHE_SIZE - 1)
>> PAGE_SHIFT;
else
fsc->backing_dev_info.ra_pages =
default_backing_dev_info.ra_pages;

err = bdi_register(&fsc->backing_dev_info, NULL, "ceph-%d",
atomic_long_inc_return(&bdi_seq));
if (!err)
Expand Down

0 comments on commit 8b81d5f

Please sign in to comment.