datapath: Correct usage of __user annotation.
authorJesse Gross <jesse@nicira.com>
Sat, 4 Dec 2010 19:17:26 +0000 (11:17 -0800)
committerJesse Gross <jesse@nicira.com>
Mon, 13 Dec 2010 21:37:41 +0000 (13:37 -0800)
commit1b29ebe576bd4cf1354d1c2dac2a77f6e753c932
treec681c98b8d4eb58c2dcb27119c36c791a258f7a6
parent3d1c4cbe9964b749260dba64bf687d320dce64d3
datapath: Correct usage of __user annotation.

We generally have been using the __user annotation but there were
a few places where it was missing or needed a cast.

Signed-off-by: Jesse Gross <jesse@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
datapath/datapath.c