]> git.baikalelectronics.ru Git - kernel.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)
commitacf37e2fc89ce1aa99ee5663c0eb78f558801e51
treed419f8f70942691cebabf94fd4d218f61a7736d7
parentc0a2e59e684cc5b4233a18f95bde7bf67f004e88
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