From: Michal Simek Date: Wed, 10 Jun 2009 19:57:07 +0000 (-0700) Subject: fs/bio.c: add missing __user annotation X-Git-Tag: v2.6.31-rc1~389^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e0c62123b517d2b3c26922342c0cc5bb63a93f8;p=pandora-kernel.git fs/bio.c: add missing __user annotation As reported by sparse: fs/bio.c:720:13: warning: incorrect type in assignment (different address spaces) fs/bio.c:720:13: expected char *iov_addr fs/bio.c:720:13: got void [noderef] * fs/bio.c:724:36: warning: incorrect type in argument 2 (different address spaces) fs/bio.c:724:36: expected void const [noderef] *from fs/bio.c:724:36: got char *iov_addr Signed-off-by: Michal Simek Signed-off-by: Andrew Morton Signed-off-by: Jens Axboe --- Reading git-diff-tree failed