]> git.baikalelectronics.ru Git - kernel.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)
commitb40d4ae5990b0ceb8ff9e0ec179e9c1ba8742e3c
tree850eab5da7032aa0c02467de3141b9c593fd0b42
parent87891a93c01a7aeea9fbfbab16001f2974252de8
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