Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26458
b: refs/heads/master
c: 7591489
h: refs/heads/master
v: v3
  • Loading branch information
Jens Axboe committed May 2, 2006
1 parent e48c7a2 commit da1d621
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: 532f57da408c5a5710075d17047e2d97bdfd22f3
refs/heads/master: 7591489a8fbee83f19bacc75756989a6a4d0389c
2 changes: 1 addition & 1 deletion trunk/fs/splice.c
Original file line number Diff line number Diff line change
Expand Up @@ -1143,7 +1143,7 @@ static int get_iovec_page_array(const struct iovec __user *iov,
* Fill this contiguous range into the partial page map.
*/
for (i = 0; i < error; i++) {
const int plen = min_t(size_t, len, PAGE_SIZE) - off;
const int plen = min_t(size_t, len, PAGE_SIZE - off);

partial[buffers].offset = off;
partial[buffers].len = plen;
Expand Down

0 comments on commit da1d621

Please sign in to comment.