Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 147089
b: refs/heads/master
c: 0e0c621
h: refs/heads/master
i:
  147087: ba1c1a0
v: v3
  • Loading branch information
Michal Simek authored and Jens Axboe committed Jun 10, 2009
1 parent fab37fb commit 05a63bf
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: d9c7d394a8ebacb60097b192939ae9f15235225e
refs/heads/master: 0e0c62123b517d2b3c26922342c0cc5bb63a93f8
2 changes: 1 addition & 1 deletion trunk/fs/bio.c
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ static int __bio_copy_iov(struct bio *bio, struct bio_vec *iovecs,

while (bv_len && iov_idx < iov_count) {
unsigned int bytes;
char *iov_addr;
char __user *iov_addr;

bytes = min_t(unsigned int,
iov[iov_idx].iov_len - iov_off, bv_len);
Expand Down

0 comments on commit 05a63bf

Please sign in to comment.