lkml.org 
[lkml]   [2023]   [Jan]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 1/4] f2fs: reset iostat_count in f2fs_reset_iostat()
On 01/11, Chao Yu wrote:
> On 2023/1/5 3:20, Jaegeuk Kim wrote:
> > Hi Yangtao,
> >
> > These are all in dev-test branch, which means you don't need to stack up more
> > patches on top of it. I just integrated most of them into two original patches.
> > Could you please take a look at this?
> >
> > c1706cc0cd72 f2fs: add iostat support for flush
> > acd6f525e01c f2fs: support accounting iostat count and avg_bytes
>
> +#define IOSTAT_INFO_SHOW(name, type) \
> + seq_printf(seq, "%-23s %-16llu %-16llu %-16llu\n", \
> + name":", sbi->iostat_bytes[type], \
> + sbi->iostat_count[type], \
> + iostat_get_avg_bytes(sbi, type)) \
>
> '\' doesn't align in column, otherwise it looks good to me.

Applied with the fix.

>
> Reviewed-by: Chao Yu <chao@kernel.org>
>
> Thanks,

\
 
 \ /
  Last update: 2023-03-26 23:36    [W:0.092 / U:0.340 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site