commit | 90cbad65911b5952a03111423347a6ab38236e0b | [log] [tgz] |
---|---|---|
author | Al Viro <viro@ftp.linux.org.uk> | Tue Oct 10 22:44:17 2006 +0100 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Oct 10 15:37:20 2006 -0700 |
tree | e4f554ef5370694ae0a1ae4d88327ad4df5d0e62 | |
parent | 1e0dbafd30b2e1cd17fd141f4cfd633078524e8c [diff] [blame] |
[PATCH] more fs/compat.c __user annotations Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
diff --git a/fs/compat.c b/fs/compat.c index 4d3fbcb..50624d4 100644 --- a/fs/compat.c +++ b/fs/compat.c
@@ -1316,7 +1316,7 @@ unsigned int nr_segs, unsigned int flags) { unsigned i; - struct iovec *iov; + struct iovec __user *iov; if (nr_segs > UIO_MAXIOV) return -EINVAL; iov = compat_alloc_user_space(nr_segs * sizeof(struct iovec));