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)
commita76370690c3b382ee1c91a93a447c8e25865c8e2
tree0570e2ced54a9570d4d179770b14ce9a206646cf
parent13d4ef0f66b7ee9415e101e213acaf94a0cb28ee
parent887554ab96588de2917b6c8c73e552da082e5368
Merge branch 'for-next' of git://git./linux/kernel/git/colyli/linux-bcache into for-5.18/drivers

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