3.10 API change: block_device_operations->release() returns void
authorChris Dunlop <chris@onthe.net.au>
Mon, 3 Jun 2013 06:58:52 +0000 (16:58 +1000)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 8 Jul 2013 22:41:57 +0000 (15:41 -0700)
Linux kernel commit torvalds/linux@db2a144 changed the return type
of block_device_operations->release() to void.  Detect the expected
prototype and defined our callout accordingly.

Signed-off-by: Chris Dunlop <chris@onthe.net.au>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #1494


No differences found