commit | 1e8b33328a5407b447ff80953655a47014a6dcb9 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Thu Nov 29 10:49:50 2012 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Nov 29 10:52:19 2012 -0800 |
tree | cb5a5f90712bafe8fb64d3d221fc5213c53f681f | |
parent | 45bce8f3e3436bbe2e03dd2b076abdce79ffabb7 [diff] |
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>