Re: [PATCH] proc: stop using seq_get_buf in proc_task_name

From: Christian Brauner
Date: Wed Aug 11 2021 - 05:10:53 EST


On Tue, Aug 10, 2021 at 05:19:45PM +0200, Christoph Hellwig wrote:
> Use seq_escape_str and seq_printf instead of poking holes into the
> seq_file abstraction.
>
> Signed-off-by: Christoph Hellwig <hch@xxxxxx>
> ---

Thanks! Looks good.
Acked-by: Christian Brauner <christian.brauner@xxxxxxxxxx>