Commit 1acc04cd authored by Al Viro's avatar Al Viro Committed by Linus Torvalds

[PATCH] dccp __user annotations

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Acked-by: default avatarDavid S. Miller <davem@davemloft.net>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 6aae8738
...@@ -191,7 +191,7 @@ enum { ...@@ -191,7 +191,7 @@ enum {
/* this structure is argument to DCCP_SOCKOPT_CHANGE_X */ /* this structure is argument to DCCP_SOCKOPT_CHANGE_X */
struct dccp_so_feat { struct dccp_so_feat {
__u8 dccpsf_feat; __u8 dccpsf_feat;
__u8 *dccpsf_val; __u8 __user *dccpsf_val;
__u8 dccpsf_len; __u8 dccpsf_len;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment