]> bbs.cooldavid.org Git - net-next-2.6.git/commit
coda/psdev: Remove BKL from ioctl function
authorArnd Bergmann <arnd@arndb.de>
Tue, 27 Apr 2010 14:24:24 +0000 (16:24 +0200)
committerFrederic Weisbecker <fweisbec@gmail.com>
Mon, 17 May 2010 03:27:04 +0000 (05:27 +0200)
commit977183902a52d1e0adc986f9462424db5a545044
tree5e8b96c2736875a1e1f11f4beb941e2e68130013
parentd5f1d54cbc1b2f320ac054b2df519dec22a27779
coda/psdev: Remove BKL from ioctl function

The ioctl function returns constant results, so it obviously
does not need the BKL and can be converted to unlocked_ioctl.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
fs/coda/psdev.c