Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/colyli/linux...
authorJens Axboe <axboe@kernel.dk>
Sun, 6 Mar 2022 15:13:09 +0000 (08:13 -0700)
committerJens Axboe <axboe@kernel.dk>
Sun, 6 Mar 2022 15:13:09 +0000 (08:13 -0700)
Pull bcache updates from Coly:

"We have 2 patches for Linux v5.18, both of them are from Mingzhe Zou.
 The first patch improves bcache initialization speed by avoid
 unnecessary cost of cache consistency, the second one fixes a potential
 NULL pointer deference in bcache initialization time."

* 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/colyli/linux-bcache:
  bcache: fixup multiple threads crash
  bcache: fixup bcache_dev_sectors_dirty_add() multithreaded CPU false sharing


Trivial merge