Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information