Skip to content
Snippets Groups Projects
Commit db2a144b authored by Al Viro's avatar Al Viro
Browse files

block_device_operations->release() should return void


The value passed is 0 in all but "it can never happen" cases (and those
only in a couple of drivers) *and* it would've been lost on the way
out anyway, even if something tried to pass something meaningful.
Just don't bother.

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent a8ca889e
No related branches found
No related tags found
No related merge requests found
Showing
with 32 additions and 61 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment