diff options
Diffstat (limited to 'fs/bio.c')
-rw-r--r-- | fs/bio.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -722,7 +722,7 @@ static int __bio_copy_iov(struct bio *bio, struct bio_vec *iovecs, | |||
722 | 722 | ||
723 | while (bv_len && iov_idx < iov_count) { | 723 | while (bv_len && iov_idx < iov_count) { |
724 | unsigned int bytes; | 724 | unsigned int bytes; |
725 | char *iov_addr; | 725 | char __user *iov_addr; |
726 | 726 | ||
727 | bytes = min_t(unsigned int, | 727 | bytes = min_t(unsigned int, |
728 | iov[iov_idx].iov_len - iov_off, bv_len); | 728 | iov[iov_idx].iov_len - iov_off, bv_len); |