]> git.karo-electronics.de Git - karo-tx-linux.git/commit
bcache: Drop unneeded blk_sync_queue() calls
authorKent Overstreet <kmo@daterainc.com>
Mon, 7 Jul 2014 20:03:36 +0000 (13:03 -0700)
committerKent Overstreet <kmo@daterainc.com>
Mon, 4 Aug 2014 22:23:04 +0000 (15:23 -0700)
commit0781c8748cf1ea2b0dcd966571103909528c4efa
tree850eab5da7032aa0c02467de3141b9c593fd0b42
parent789d21dbd9d8889e62c79ec19585fcc97e42ef07
bcache: Drop unneeded blk_sync_queue() calls

this is needed for the queue/block device we created (it's done by
blk_cleanup_queue() which we do call) - but calling it for the block devices we
only opened is pointless.

Change-Id: I53dfded14ed15b9581d10ca8399d5e1b3abbf9f2
drivers/md/bcache/super.c