commit | 252c651a4c854b328445a536bd1892e999103fca | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Aug 10 17:26:23 2021 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Aug 16 10:53:01 2021 -0600 |
tree | 1b04a2a2de7f4a9383f71514ee6cf61550e08937 | |
parent | 49cb5168a7c6abf9835f9acdce6263bc2deefeb6 [diff] |
blk-cgroup: stop using seq_get_buf 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@lst.de> Acked-by: Tejun Heo <tj@kernel.org> Link: https://lore.kernel.org/r/20210810152623.1796144-2-hch@lst.de Signed-off-by: Jens Axboe <axboe@kernel.dk>