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)
logfs does not need the BKL, so use ->unlocked_ioctl instead
of ->ioctl in file operations.

Signed-off-by: Joern Engel <joern@logfs.org>

No differences found