mbox series

[GIT,PULL] md-next 20221202

Message ID 050A7AA8-4E70-47A6-A6E1-0E9E78D57604@fb.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] md-next 20221202 | expand

Pull-request

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

Message

Song Liu Dec. 2, 2022, 7:27 p.m. UTC
Hi Jens, 

Please consider pulling the following changes for md-next on top of your
for-6.2/block branch. 

This contains code cleanup by Christoph. 

Thanks,
Song


The following changes since commit 1d6df9d352bb2a3c2ddb32851dfcafb417c47762:

  blk-cgroup: Fix some kernel-doc comments (2022-12-01 18:22:12 -0700)

are available in the Git repository at:

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

for you to fetch changes up to b5c1acf012a7a73e3d0c5c3605ececcca6797267:

  md: fold unbind_rdev_from_array into md_kick_rdev_from_array (2022-12-02 11:21:01 -0800)

----------------------------------------------------------------
Christoph Hellwig (3):
      md: remove lock_bdev / unlock_bdev
      md: mark md_kick_rdev_from_array static
      md: fold unbind_rdev_from_array into md_kick_rdev_from_array

 drivers/md/md.c | 97 ++++++++++++++++++++++++++++++++++++-------------------------------------------------------------
 drivers/md/md.h |  1 -
 2 files changed, 36 insertions(+), 62 deletions(-)

Comments

Jens Axboe Dec. 2, 2022, 7:37 p.m. UTC | #1
On 12/2/22 12:27 PM, Song Liu wrote:
> Hi Jens, 
> 
> Please consider pulling the following changes for md-next on top of your
> for-6.2/block branch. 
> 
> This contains code cleanup by Christoph. 

Pulled, thanks.