make blkdev_put() return void
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 6 May 2013 02:11:03 +0000 (22:11 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 7 May 2013 06:16:31 +0000 (02:16 -0400)
same story as with the previous patches - note that return
value of blkdev_close() is lost, since there's nowhere the
caller (__fput()) could return it to.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

No differences found