From: Dipankar Sarma Date: Sat, 17 Sep 2005 02:28:13 +0000 (-0700) Subject: [PATCH] files: fix preemption issues X-Git-Tag: v2.6.14-rc2~5^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fb3a53860cee2aaaf81186c451b7da0b95b45c1;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed