]> git.proxmox.com Git - mirror_spl-debian.git/commit
Linux 2.6.36 compat, use fops->unlocked_ioctl()
authorBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 10 Nov 2010 20:58:07 +0000 (12:58 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 10 Nov 2010 21:16:12 +0000 (13:16 -0800)
commit8655ce492fff8ebcc432cd841411634510ca09ac
treee2048fdb05afa77b14ea3de287c327cf8a301186
parent9b2048c26b2579f2de40a185dc56261dd98e7ea3
Linux 2.6.36 compat, use fops->unlocked_ioctl()

As of linux-2.6.36 the last in-tree consumer of fops->ioctl() has
been removed and thus fops()->ioctl() has also been removed.  The
replacement hook is fops->unlocked_ioctl() which has existed in
kernel since 2.6.12.  Since the SPL only contains support back
to 2.6.18 vintage kernels, I'm not adding an autoconf check for
this and simply moving everything to use fops->unlocked_ioctl().
module/spl/spl-module.c
module/splat/splat-ctl.c