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)
commitce8273a573918612cbd320597db3d5dd89578454
treef3a6df94053ee0c3276c318e108c88bc479106c3
parent977183902a52d1e0adc986f9462424db5a545044
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