On Sun, Nov 03, 2019 at 02:23:55PM -0800, Darrick J. Wong wrote: > From: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > > Some of the xfs error message functions take a pointer to a buffer that > will be dumped to the system log. The logging functions don't change > the contents, so constify all the parameters. This enables the next > patch to ensure that we log bad metadata when we encounter it. > > Signed-off-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> Looks good, Reviewed-by: Christoph Hellwig <hch@xxxxxx>