From: H Hartley Sweeten Date: Tue, 18 Oct 2011 14:59:51 +0000 (-0400) Subject: ext4: add __user decoration to calls of copy_{from,to}_user() X-Git-Tag: v3.2-rc1~85^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6705f7c255d1ffae7cd161d0b657296f4dd62fd;p=pandora-kernel.git ext4: add __user decoration to calls of copy_{from,to}_user() This quiets the sparse noise: warning: incorrect type in argument 2 (different address spaces) expected void const [noderef] *from got struct fstrim_range * warning: incorrect type in argument 1 (different address spaces) expected void [noderef] *to got struct fstrim_range * Signed-off-by: H Hartley Sweeten Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed