On Tue, Aug 10, 2021 at 05:26:23PM +0200, Christoph Hellwig wrote: > seq_get_buf is a crutch that undoes all the memory safety of the > seq_file interface. Use the normal seq_printf interfaces instead. > > Signed-off-by: Christoph Hellwig <hch@xxxxxx> Acked-by: Tejun Heo <tj@xxxxxxxxxx> Thanks. -- tejun