Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155601
b: refs/heads/master
c: 9c9ad61
h: refs/heads/master
i:
  155599: 5d0b55f
v: v3
  • Loading branch information
Abhishek Kulkarni authored and Eric Van Hensbergen committed Jul 14, 2009
1 parent 7b4bec7 commit 043eab5
Show file tree
Hide file tree
Showing 2 changed files with 2 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: eedfe1c4289216af5a0a7f38e6b2c4d3f07c087f
refs/heads/master: 9c9ad6162e2aa1e528ed687ccab87fe681ebbef1
2 changes: 1 addition & 1 deletion trunk/fs/9p/vfs_addr.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ static int v9fs_vfs_readpage(struct file *filp, struct page *page)
buffer = kmap(page);
offset = page_offset(page);

retval = v9fs_file_readn(filp, buffer, NULL, offset, PAGE_CACHE_SIZE);
retval = v9fs_file_readn(filp, buffer, NULL, PAGE_CACHE_SIZE, offset);
if (retval < 0)
goto done;

Expand Down

0 comments on commit 043eab5

Please sign in to comment.