On Tue, Nov 10, 2020 at 04:44:43PM -0800, Darrick J. Wong wrote: > From: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > > We shouldn't feed sizeof() to strncpy as the string length. Just use > snprintf, which at least doesn't have the zero termination problems. Looks good, Reviewed-by: Christoph Hellwig <hch@xxxxxx>