From: Al Viro Date: Mon, 6 May 2013 02:11:03 +0000 (-0400) Subject: make blkdev_put() return void X-Git-Tag: omap-for-v3.10/fixes-for-merge-window-part2~16^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4385bab128911df14ab25f0b5ae1a48d7b53dd94;p=pandora-kernel.git 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 --- Reading git-diff-tree failed