]> granicus.if.org Git - zfs/commit
Linux 4.2 compat: misc_deregister()
authorBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 1 Sep 2015 16:23:02 +0000 (09:23 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 1 Sep 2015 16:33:18 +0000 (09:33 -0700)
commit324dcd373371fbc2855406444c1c106722970c18
treec69355f4304f3c88363e7afc4813a2b25632e2b2
parent278bee9319ba5947b995673d2c76e0333f2d33d4
Linux 4.2 compat: misc_deregister()

The misc_deregister() function was changed to a void return type.
Rather than add compatibility code to detect this change simply
ignore the return code on all kernels.  It was only used to log
an informational error message of no real value.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
module/zfs/zfs_ioctl.c
module/zpios/pios.c