blockdev: remove bd_block_size_semaphore again
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 29 Nov 2012 18:49:50 +0000 (10:49 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 29 Nov 2012 18:52:19 +0000 (10:52 -0800)
This reverts the block-device direct access code to the previous
unlocked code, now that fs/buffer.c no longer needs external locking.

With this, fs/block_dev.c is back to the original version, apart from a
whitespace cleanup that I didn't want to revert.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

No differences found