]> bbs.cooldavid.org Git - net-next-2.6.git/commit
hfsplus: Push down BKL into ioctl function
authorArnd Bergmann <arnd@arndb.de>
Tue, 27 Apr 2010 14:24:20 +0000 (16:24 +0200)
committerFrederic Weisbecker <fweisbec@gmail.com>
Mon, 17 May 2010 03:27:03 +0000 (05:27 +0200)
commit7cc4bcc6f152d365eb27acba5dcb7b38b36b3e50
treed419f8f70942691cebabf94fd4d218f61a7736d7
parente40152ee1e1c7a63f4777791863215e3faa37a86
hfsplus: Push down BKL into ioctl function

HFS is one of the remaining users of the ->ioctl function, convert it
blindly to unlocked_ioctl by pushing down the BKL.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
fs/hfsplus/dir.c
fs/hfsplus/hfsplus_fs.h
fs/hfsplus/inode.c
fs/hfsplus/ioctl.c