]> www.pilppa.org Git - linux-2.6-omap-h63xx.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)
commit14f9f7b28e9f4c2102337d45f8d324c004a57481
treee2b2099e485a6a498bfe609cfb5ac57edc22ba28
parentf762e9054ff84aa90f037a49747ac61b36609d81
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