[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1604261483.git.joe@perches.com>
Date: Sun, 1 Nov 2020 12:12:47 -0800
From: Joe Perches <joe@...ches.com>
To: linux-mm@...ck.org
Cc: Andrew Morton <akpm@...ux-foundation.org>,
Mike Kravetz <mike.kravetz@...cle.com>,
Hugh Dickins <hughd@...gle.com>,
Christoph Lameter <cl@...ux.com>,
Pekka Enberg <penberg@...nel.org>,
David Rientjes <rientjes@...gle.com>,
Joonsoo Kim <iamjoonsoo.kim@....com>,
linux-kernel@...r.kernel.org
Subject: [PATCH 0/5] mm: Convert sysfs sprintf family to sysfs_emit
Use the new sysfs_emit family and not the sprintf family.
Joe Perches (5):
mm: Use sysfs_emit for struct kobject * uses
mm: huge_memory: Convert remaining use of sprintf to sysfs_emit and neatening
mm:backing-dev: Use sysfs_emit in macro defining functions
mm: shmem: Convert shmem_enabled_show to use sysfs_emit_at
mm: slub: Convert sysfs sprintf family to sysfs_emit/sysfs_emit_at
mm/backing-dev.c | 8 +--
mm/huge_memory.c | 56 +++++++++++-------
mm/hugetlb.c | 13 +++--
mm/khugepaged.c | 22 +++----
mm/ksm.c | 32 +++++-----
mm/shmem.c | 21 ++++---
mm/slub.c | 148 ++++++++++++++++++++++++-----------------------
mm/swap_state.c | 3 +-
8 files changed, 163 insertions(+), 140 deletions(-)
--
2.26.0
Powered by blists - more mailing lists