]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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>
Wed, 20 Jul 2022 21:41:54 +0000 (14:41 -0700)
commite121415d6227f900e0f376a4bfa7e3d781bfa5db
tree6cbeb25de47fe12529fd51ce1110308e687a0eda
parent93791c29b9a8ae6af336305ba0b9a42c24f21956
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