https://github.com/torvalds/linux
Revision ec3c68f232f6d98b4596c05c1c7551b44c617c5f authored by Tejun Heo on 24 September 2008, 21:22:23 UTC, committed by Eric Van Hensbergen on 24 September 2008, 21:22:23 UTC
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>

1 parent 571ffea
History
Tip revision: ec3c68f232f6d98b4596c05c1c7551b44c617c5f authored by Tejun Heo on 24 September 2008, 21:22:23 UTC
9p-trans_fd: don't do fs segment mangling in p9_fd_poll()
Tip revision: ec3c68f
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
usr
virt
.gitignore -rw-r--r-- 867 bytes
.mailmap -rw-r--r-- 3.7 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 90.7 KB
Kbuild -rw-r--r-- 2.4 KB
MAINTAINERS -rw-r--r-- 99.4 KB
Makefile -rw-r--r-- 55.4 KB
README -rw-r--r-- 16.5 KB
REPORTING-BUGS -rw-r--r-- 3.1 KB

README

back to top