Re: [PATCH 07/11] md-bitmap: cleanup read_sb_page
From: Hannes Reinecke <hare@suse.de>
Date: 2023-06-15 08:25:13
Also in:
linux-block, linux-fsdevel
From: Hannes Reinecke <hare@suse.de>
Date: 2023-06-15 08:25:13
Also in:
linux-block, linux-fsdevel
On 6/15/23 08:48, Christoph Hellwig wrote:
Convert read_sb_page to the normal kernel coding style, calculate the target sector only once, and add a local iosize variable to make the call to sync_page_io more readable. Signed-off-by: Christoph Hellwig <hch@lst.de> --- drivers/md/md-bitmap.c | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-)
Reviewed-by: Hannes Reinecke <hare@suse.de> Cheers, Hannes