]> git.proxmox.com Git - mirror_spl.git/commit
Linux 4.2 compat: misc_deregister()
authorBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 1 Sep 2015 16:17:24 +0000 (09:17 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 1 Sep 2015 16:20:45 +0000 (09:20 -0700)
commit4fa4cab972899ecf6266c23986159a109dbcac5b
tree742680f184f1d31d5588cd1bffb9cc90cd0abe7e
parenta64e55752f4e88dcb544f2480100dcd6f6be3277
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/splat/splat-ctl.c