Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210870
b: refs/heads/master
c: a77d9f7
h: refs/heads/master
v: v3
  • Loading branch information
Sage Weil committed Sep 11, 2010
1 parent 7dbd303 commit 169a064
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3612abbd5df6baa9ca3e0777c6c8646e202d3f66
refs/heads/master: a77d9f7dce7600058d56f0670ed29d77abffcde2
3 changes: 2 additions & 1 deletion trunk/fs/ceph/addr.c
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,8 @@ static int ceph_writepages_start(struct address_space *mapping,
/* ok */
if (locked_pages == 0) {
/* prepare async write request */
offset = page->index << PAGE_CACHE_SHIFT;
offset = (unsigned long long)page->index
<< PAGE_CACHE_SHIFT;
len = wsize;
req = ceph_osdc_new_request(&client->osdc,
&ci->i_layout,
Expand Down

0 comments on commit 169a064

Please sign in to comment.