mbox series

[v2,-next,0/3] mm/hugetlb_cgroup: rework on cftypes

Message ID 20240605070133.1941677-1-xiujianfeng@huawei.com (mailing list archive)
Headers show
Series mm/hugetlb_cgroup: rework on cftypes | expand

Message

Xiu Jianfeng June 5, 2024, 7:01 a.m. UTC
Hi,

This patchset provides an intuitive view of the control files through
static templates of cftypes, improve the readability of the code.

Changes from v1:
 - Fix smatch warnings of 'tmpl->name'

Xiu Jianfeng (3):
  mm/hugetlb_cgroup: identify the legacy using cgroup_subsys_on_dfl()
  mm/hugetlb_cgroup: prepare cftypes based on template
  mm/hugetlb_cgroup: switch to the new cftypes

 include/linux/hugetlb.h |   5 -
 mm/hugetlb_cgroup.c     | 302 ++++++++++++++++++++++------------------
 2 files changed, 164 insertions(+), 143 deletions(-)

Comments

Oscar Salvador June 7, 2024, 7:42 a.m. UTC | #1
On Wed, Jun 05, 2024 at 07:01:30AM +0000, Xiu Jianfeng wrote:
> Hi,
> 
> This patchset provides an intuitive view of the control files through
> static templates of cftypes, improve the readability of the code.

Just dropping by to say that I plan to have a look into this today/tomorrow.