Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38131
b: refs/heads/master
c: 691578c
h: refs/heads/master
i:
  38129: f540b2e
  38127: 3f9b90b
v: v3
  • Loading branch information
Zach Brown authored and Linus Torvalds committed Oct 3, 2006
1 parent bcc3b11 commit cbdf08f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 3a0f5bbb1a36ed113065099d3dc69a66e1c8d567
refs/heads/master: 691578cd558e647dd89ae5bc74a2307bce821186
4 changes: 2 additions & 2 deletions trunk/fs/aio.c
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ static ssize_t aio_run_iocb(struct kiocb *iocb)
}

if (!(iocb->ki_retried & 0xff)) {
pr_debug("%ld retry: %d of %d\n", iocb->ki_retried,
pr_debug("%ld retry: %zd of %zd\n", iocb->ki_retried,
iocb->ki_nbytes - iocb->ki_left, iocb->ki_nbytes);
}

Expand Down Expand Up @@ -1008,7 +1008,7 @@ int fastcall aio_complete(struct kiocb *iocb, long res, long res2)

pr_debug("added to ring %p at [%lu]\n", iocb, tail);

pr_debug("%ld retries: %d of %d\n", iocb->ki_retried,
pr_debug("%ld retries: %zd of %zd\n", iocb->ki_retried,
iocb->ki_nbytes - iocb->ki_left, iocb->ki_nbytes);
put_rq:
/* everything turned out well, dispose of the aiocb. */
Expand Down

0 comments on commit cbdf08f

Please sign in to comment.