Re: [PATCH 3/3] nilfs2: pass the operation to bio_alloc
From: Ryusuke Konishi <konishi.ryusuke@gmail.com>
Date: 2022-02-23 15:25:39
Also in:
linux-ext4, linux-fsdevel
From: Ryusuke Konishi <konishi.ryusuke@gmail.com>
Date: 2022-02-23 15:25:39
Also in:
linux-ext4, linux-fsdevel
On Wed, Feb 23, 2022 at 12:46 AM Christoph Hellwig [off-list ref] wrote:
Refactor the segbuf write code to pass the op to bio_alloc instead of setting it just before the submission. Signed-off-by: Christoph Hellwig <hch@lst.de> --- fs/nilfs2/segbuf.c | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-)
Acked-by: Ryusuke Konishi <konishi.ryusuke@gmail.com> Looks good for the 'for-5.18' branch of linux-block tree. Thanks, Ryusuke Konishi