diff --git a/[refs] b/[refs] index 311e5d1d8294..c2019d46162a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d9c7d394a8ebacb60097b192939ae9f15235225e +refs/heads/master: 0e0c62123b517d2b3c26922342c0cc5bb63a93f8 diff --git a/trunk/fs/bio.c b/trunk/fs/bio.c index ab423a1024ab..533266a5e584 100644 --- a/trunk/fs/bio.c +++ b/trunk/fs/bio.c @@ -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);