-
- Downloads
[PATCH] files: lock-free fd look-up
With the use of RCU in files structure, the look-up of files using fds can now be lock-free. The lookup is protected by rcu_read_lock()/rcu_read_unlock(). This patch changes the readers to use lock-free lookup. Signed-off-by:Maneesh Soni <maneesh@in.ibm.com> Signed-off-by:
Ravikiran Thirumalai <kiran_th@gmail.com> Signed-off-by:
Dipankar Sarma <dipankar@in.ibm.com> Signed-off-by:
Andrew Morton <akpm@osdl.org> Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
Showing
- arch/mips/kernel/irixioctl.c 3 additions, 2 deletionsarch/mips/kernel/irixioctl.c
- arch/sparc64/solaris/ioctl.c 4 additions, 3 deletionsarch/sparc64/solaris/ioctl.c
- drivers/char/tty_io.c 2 additions, 2 deletionsdrivers/char/tty_io.c
- fs/fcntl.c 2 additions, 2 deletionsfs/fcntl.c
- fs/proc/base.c 15 additions, 14 deletionsfs/proc/base.c
- fs/select.c 10 additions, 3 deletionsfs/select.c
- net/ipv4/netfilter/ipt_owner.c 1 addition, 0 deletionsnet/ipv4/netfilter/ipt_owner.c
- net/ipv6/netfilter/ip6t_owner.c 1 addition, 0 deletionsnet/ipv6/netfilter/ip6t_owner.c
- security/selinux/hooks.c 1 addition, 1 deletionsecurity/selinux/hooks.c
Loading
Please register or sign in to comment