git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af4e5a2
)
[PATCH] files: fix preemption issues
author
Dipankar Sarma
<dipankar@in.ibm.com>
Sat, 17 Sep 2005 02:28:13 +0000
(19:28 -0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Sat, 17 Sep 2005 18:50:02 +0000
(11:50 -0700)
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>
No differences found