commit | b2ddb9019ea13fb7b62d8e45adcc468376af0de7 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@ftp.linux.org.uk> | Sat Mar 29 03:09:38 2008 +0000 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Sun Mar 30 14:20:23 2008 -0700 |
tree | c01b69aeaf16eb84989a9011ec85e03f3fdec83e | |
parent | 2b210adcb08c7966feeb8574cd90514f1e797ae9 [diff] [blame] |
dma_page_list ->base_address is a userland pointer Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
diff --git a/include/linux/dmaengine.h b/include/linux/dmaengine.h index 261e43a4..34d4406 100644 --- a/include/linux/dmaengine.h +++ b/include/linux/dmaengine.h
@@ -423,7 +423,7 @@ /* --- Helper iov-locking functions --- */ struct dma_page_list { - char *base_address; + char __user *base_address; int nr_pages; struct page **pages; };