commit | 4385bab128911df14ab25f0b5ae1a48d7b53dd94 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sun May 05 22:11:03 2013 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue May 07 02:16:31 2013 -0400 |
tree | d8c6f5557f09ebdf294eaba7eba01a140f8da78a | |
parent | db2a144bedd58b3dcf19950c2f476c58c9f39d18 [diff] |
make blkdev_put() return void 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>