On Wed, 27 Mar 2024 09:40:20 +0000, John Garry wrote: > Currently tg_prfill_limit() uses a combination of snprintf() and strcpy() > to generate the values parts of the limits string, before passing them as > arguments to seq_printf(). > > Convert to use only a sequence of seq_printf() calls per argument, which is > simpler. > > [...] Applied, thanks! [1/1] blk-throttle: Only use seq_printf() in tg_prfill_limit() commit: 8ab13608cdad15fba1a5f43b8ef7d535e2faa7f7 Best regards, -- Jens Axboe