On Thu, Aug 13, 2020 at 05:04:08PM -0400, Josef Bacik wrote: > Al suggested that if we allocate enough space to add in the '\0' > character at the end of our strings, we could just use scnprintf() in > our ->proc_handler functions without having to be fancy about keeping > track of space. There are a lot of these handlers, so the follow ups > will be separate, but start with allocating the extra byte to handle the > null termination of strings. > > Signed-off-by: Josef Bacik <josef@xxxxxxxxxxxxxx> Looks good, Reviewed-by: Christoph Hellwig <hch@xxxxxx>