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)
commit1e8b33328a5407b447ff80953655a47014a6dcb9
treecb5a5f90712bafe8fb64d3d221fc5213c53f681f
parent45bce8f3e3436bbe2e03dd2b076abdce79ffabb7
blockdev: remove bd_block_size_semaphore again

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>
drivers/char/raw.c
fs/block_dev.c
include/linux/fs.h