summaryrefslogtreecommitdiffstats
path: root/config/kernel-block-device-operations-release-void.m4
Commit message (Collapse)AuthorAgeFilesLines
* 3.10 API change: block_device_operations->release() returns voidChris Dunlop2013-07-081-0/+29
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 <[email protected]> Signed-off-by: Brian Behlendorf <[email protected]> Closes #1494