mbox series

[GIT,PULL] md-fixes 20220719

Message ID 4B55D811-BD3F-4D15-8176-816B5828309C@fb.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] md-fixes 20220719 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/song/md.git md-fixes

Message

Song Liu July 19, 2022, 6:36 p.m. UTC
Hi Jens, 

Please consider pulling the following fix on top of your block-5.19 branch. 

Thanks,
Song


The following changes since commit 957a2b345cbcf41b4b25d471229f0e35262f066c:

  block: fix missing blkcg_bio_issue_init (2022-07-14 10:54:49 -0600)

are available in the Git repository at:

   https://git.kernel.org/pub/scm/linux/kernel/git/song/md.git md-fixes

for you to fetch changes up to 5f7ef4875f99538b741527963ffe09e869b49826:

  md/raid5: missing error code in setup_conf() (2022-07-19 10:58:33 -0700)

----------------------------------------------------------------
Dan Carpenter (1):
      md/raid5: missing error code in setup_conf()

 drivers/md/raid5.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Comments

Jens Axboe July 19, 2022, 6:42 p.m. UTC | #1
On 7/19/22 12:36 PM, Song Liu wrote:
> Hi Jens, 
> 
> Please consider pulling the following fix on top of your block-5.19 branch. 

Pulled, thanks.