Re: [PATCH -next] s390/mm: Convert to DEFINE_SHOW_ATTRIBUTE

From: miaoqinglang
Date: Thu Jul 16 2020 - 21:19:55 EST



在 2020/7/16 19:26, Heiko Carstens 写道:
On Thu, Jul 16, 2020 at 05:07:03PM +0800, Qinglang Miao wrote:
From: Chen Huang <chenhuang5@xxxxxxxxxx>

Use DEFINE_SHOW_ATTRIBUTE macro to simplify the code.

Signed-off-by: Chen Huang <chenhuang5@xxxxxxxxxx>
---
arch/s390/mm/dump_pagetables.c | 12 +-----------
1 file changed, 1 insertion(+), 11 deletions(-)
Thanks for the patch, however we are going to convert the s390 page
table dumper to generic code, so I'm not going to apply any cleanup
patches for this code anymore.
Thanks for your replay, I'm glad to know that.