Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217517
b: refs/heads/master
c: cd1c584
h: refs/heads/master
i:
  217515: d1ca78c
v: v3
  • Loading branch information
Edward Shishkin authored and Linus Torvalds committed Oct 26, 2010
1 parent c7b4be0 commit de0609f
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: 2473238eac95ba6dd2c4ba19cc36aaf01465076b
refs/heads/master: cd1c584f380183aca268d454c14b22d8454eac4f
2 changes: 1 addition & 1 deletion trunk/fs/direct-io.c
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ static struct page *dio_get_page(struct dio *dio)
* filesystems can use it to hold additional state between get_block calls and
* dio_complete.
*/
static int dio_complete(struct dio *dio, loff_t offset, int ret, bool is_async)
static ssize_t dio_complete(struct dio *dio, loff_t offset, ssize_t ret, bool is_async)
{
ssize_t transferred = 0;

Expand Down

0 comments on commit de0609f

Please sign in to comment.