]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
net/9p: Add __force to cast of __user pointer
authorJoe Perches <joe@perches.com>
Mon, 4 Jun 2012 07:16:14 +0000 (07:16 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 4 Jun 2012 17:51:17 +0000 (13:51 -0400)
commitf07d90107caeaa6913c70ad97b536f8cec45e8e7
tree56822527ab4d9bf1933a40cc88d9248710ac9ba7
parente3192690a3c889767d1161b228374f4926d92af0
net/9p: Add __force to cast of __user pointer

A recent commit that removed unnecessary casts of pointers
to the same type uncovered a missing __force cast.

Add it.

Reported by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/9p/client.c