diff options
author | Eric Wheeler <git@linux.ewheeler.net> | 2016-02-26 14:39:06 -0800 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2016-03-08 09:17:30 -0700 |
commit | 07cc6ef8edc47f8b4fc1e276d31127a0a5863d4d (patch) | |
tree | f70c53b8aa72129040a75222086ed6590d63bd3e /drivers/ide/au1xxx-ide.c | |
parent | 08095e70783f1d8296f858d37a9e1878f5da0623 (diff) | |
download | blackbird-op-linux-07cc6ef8edc47f8b4fc1e276d31127a0a5863d4d.tar.gz blackbird-op-linux-07cc6ef8edc47f8b4fc1e276d31127a0a5863d4d.zip |
bcache: fix race of writeback thread starting before complete initialization
The bch_writeback_thread might BUG_ON in read_dirty() if
dc->sb==BDEV_STATE_DIRTY and bch_sectors_dirty_init has not yet completed
its related initialization. This patch downs the dc->writeback_lock until
after initialization is complete, thus preventing bch_writeback_thread
from proceeding prematurely.
See this thread:
http://thread.gmane.org/gmane.linux.kernel.bcache.devel/3453
Signed-off-by: Eric Wheeler <bcache@linux.ewheeler.net>
Tested-by: Marc MERLIN <marc@merlins.org>
Cc: <stable@vger.kernel.org>
Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'drivers/ide/au1xxx-ide.c')
0 files changed, 0 insertions, 0 deletions