Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8035
b: refs/heads/master
c: 3f70353
h: refs/heads/master
i:
  8033: b62c43e
  8031: e20ddcf
v: v3
  • Loading branch information
viro@ZenIV.linux.org.uk authored and Linus Torvalds committed Sep 9, 2005
1 parent c6f2e9f commit df6c176
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: 6c9afc655d4df902211d00a437e893881cdef588
refs/heads/master: 3f70353ea91ad77c83500e70507a239b2ab0c980
2 changes: 1 addition & 1 deletion trunk/fs/bio.c
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ struct bio *bio_map_user(request_queue_t *q, struct block_device *bdev,
{
struct sg_iovec iov;

iov.iov_base = (__user void *)uaddr;
iov.iov_base = (void __user *)uaddr;
iov.iov_len = len;

return bio_map_user_iov(q, bdev, &iov, 1, write_to_vm);
Expand Down

0 comments on commit df6c176

Please sign in to comment.