]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] files: fix preemption issues
authorDipankar Sarma <dipankar@in.ibm.com>
Sat, 17 Sep 2005 02:28:13 +0000 (19:28 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 17 Sep 2005 18:50:02 +0000 (11:50 -0700)
commit0618f71661e2b985745b5d159b1716f41758654c
treedb66ba7d3886644729707586aed781c445e12c16
parent8b58f91676773509f9c12ca218105e4cacde84aa
[PATCH] files: fix preemption issues

With the new fdtable locking rules, you have to protect fdtable with either
->file_lock or rcu_read_lock/unlock().  There are some places where we
aren't doing either.  This patch fixes those places.

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>
arch/alpha/kernel/osf_sys.c
arch/ia64/kernel/perfmon.c
fs/locks.c
fs/proc/array.c
kernel/exit.c