]> git.baikalelectronics.ru Git - kernel.git/commit
BKL-removal: convert ext2 over to use unlocked_ioctl
authorAndi Kleen <ak@suse.de>
Wed, 6 Feb 2008 09:40:10 +0000 (01:40 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 6 Feb 2008 18:41:20 +0000 (10:41 -0800)
commitff9e8bfd80a1ce2810820dced6f69f1de7287050
treee2b2099e485a6a498bfe609cfb5ac57edc22ba28
parente7147bc98dd8e103505b69af060c21b56f2882bd
BKL-removal: convert ext2 over to use unlocked_ioctl

I checked ext2_ioctl and could not find anything in there that would need the
BKL.  So convert it over to use unlocked_ioctl

Signed-off-by: Andi Kleen <ak@suse.de>
Cc: Theodore Ts'o <tytso@mit.edu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/ext2/dir.c
fs/ext2/ext2.h
fs/ext2/file.c
fs/ext2/ioctl.c