diff options
author | 2008-09-24 16:22:23 -0500 | |
---|---|---|
committer | 2008-09-24 16:22:23 -0500 | |
commit | ec3c68f232f6d98b4596c05c1c7551b44c617c5f (patch) | |
tree | d00aac0a2ff78d9d45a8247139543b942fc87595 /include/linux | |
parent | 9p-trans_fd: clean up p9_conn_create() (diff) | |
download | wireguard-linux-ec3c68f232f6d98b4596c05c1c7551b44c617c5f.tar.xz wireguard-linux-ec3c68f232f6d98b4596c05c1c7551b44c617c5f.zip |
9p-trans_fd: don't do fs segment mangling in p9_fd_poll()
p9_fd_poll() is never called with user pointers and f_op->poll()
doesn't expect its arguments to be from userland. There's no need to
set kernel ds before calling f_op->poll() from p9_fd_poll(). Remove
it.
Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions