]> git.baikalelectronics.ru Git - kernel.git/commit
smbfs: Push down BKL into ioctl function
authorArnd Bergmann <arnd@arndb.de>
Tue, 27 Apr 2010 14:24:25 +0000 (16:24 +0200)
committerFrederic Weisbecker <fweisbec@gmail.com>
Mon, 17 May 2010 03:27:04 +0000 (05:27 +0200)
commit3336c2665ea4b1180b288bfa140f40089d3ba1a0
treef3a6df94053ee0c3276c318e108c88bc479106c3
parentc8dd9f6295f37ea251ad2227d52deb8bed62813a
smbfs: Push down BKL into ioctl function

Converting from ->ioctl to ->unlocked_ioctl with explicit
lock_kernel lets us kill the ioctl operation.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
[fixed inode reference in smb_ioctl]
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
fs/smbfs/dir.c
fs/smbfs/file.c
fs/smbfs/ioctl.c
fs/smbfs/proto.h