[PATCH] __user annotations: loop.c
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
a6ded1b060
commit
ba674cfcbd
1 changed files with 1 additions and 1 deletions
|
@ -1187,7 +1187,7 @@ struct compat_loop_info {
|
|||
* - noinlined to reduce stack space usage in main part of driver
|
||||
*/
|
||||
static noinline int
|
||||
loop_info64_from_compat(const struct compat_loop_info *arg,
|
||||
loop_info64_from_compat(const struct compat_loop_info __user *arg,
|
||||
struct loop_info64 *info64)
|
||||
{
|
||||
struct compat_loop_info info;
|
||||
|
|
Loading…
Reference in a new issue