mbox series

[0/1] bcache: first wave for Linux v5.11

Message ID 20201207163915.126877-1-colyli@suse.de (mailing list archive)
Headers show
Series bcache: first wave for Linux v5.11 | expand

Message

Coly Li Dec. 7, 2020, 4:39 p.m. UTC
Hi Jens,

The first wave bcache change for Linux v5.11 is quite silent. Most of
the development is not ready for this merge window. The only change in
this submission is from Dongsheng Yang, this is his second contribution
which catches a very implict bug and provides a fix. The patch runs on
his environment for a while and takes effect.

Please take it for v5.11. Thank you in advance.

Coly Li
---
Dongsheng Yang (1):
  bcache: fix race between setting bdev state to none and new write
    request direct to backing

 drivers/md/bcache/super.c     | 9 ---------
 drivers/md/bcache/writeback.c | 9 +++++++++
 2 files changed, 9 insertions(+), 9 deletions(-)

Comments

Jens Axboe Dec. 7, 2020, 8:25 p.m. UTC | #1
On 12/7/20 9:39 AM, Coly Li wrote:
> Hi Jens,
> 
> The first wave bcache change for Linux v5.11 is quite silent. Most of
> the development is not ready for this merge window. The only change in
> this submission is from Dongsheng Yang, this is his second contribution
> which catches a very implict bug and provides a fix. The patch runs on
> his environment for a while and takes effect.

Applied, thanks.