commit | f07d90107caeaa6913c70ad97b536f8cec45e8e7 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Mon Jun 04 07:16:14 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Jun 04 13:51:17 2012 -0400 |
tree | 56822527ab4d9bf1933a40cc88d9248710ac9ba7 | |
parent | e3192690a3c889767d1161b228374f4926d92af0 [diff] |
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>