]> git.karo-electronics.de Git - karo-tx-linux.git/commit
logfs: kill BKL
authorArnd Bergmann <arnd@arndb.de>
Tue, 27 Apr 2010 20:30:06 +0000 (22:30 +0200)
committerJoern Engel <joern@logfs.org>
Wed, 19 May 2010 13:41:40 +0000 (15:41 +0200)
commitddbb5dd99c40a695d5d75645b5a18bef394acb16
treea732e7d314e3c0ddd458c869b154fd53e3c14cb2
parent537b60d17894b7c19a6060feae40299d7109d6e7
logfs: kill BKL

logfs does not need the BKL, so use ->unlocked_ioctl instead
of ->ioctl in file operations.

Signed-off-by: Joern Engel <joern@logfs.org>
fs/logfs/dir.c
fs/logfs/file.c
fs/logfs/logfs.h