mm/cma_debug.c: align the name buffer length as struct cma
authorKassey Li <quic_yingangl@quicinc.com>
Tue, 19 Jul 2022 09:15:54 +0000 (17:15 +0800)
committerakpm <akpm@linux-foundation.org>
Sat, 30 Jul 2022 01:07:16 +0000 (18:07 -0700)
commit198729c9627a754b26aebdc8a26e559424c8f06c
tree587ad9be4d1016cb64f7ed05e9e399c3b90d8bc1
parent3d5367a0426da61c7cb616cc85b6239467e261dd
mm/cma_debug.c: align the name buffer length as struct cma

Avoids truncating the debugfs output to 16 chars.  Potentially alters
the userspace output, but this is a debugfs interface and there are no
stability guarantees.

Link: https://lkml.kernel.org/r/20220719091554.27864-1-quic_yingangl@quicinc.com
Signed-off-by: Kassey Li <quic_yingangl@quicinc.com>
Cc: Sasha Levin <sashal@kernel.org>
Cc: Joonsoo Kim <iamjoonsoo.kim@lge.com>
Cc: Minchan Kim <minchan@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/cma_debug.c