linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] A few cleanup and fixup patches for hugetlbfs
@ 2022-07-26 14:29 Miaohe Lin
  2022-07-26 14:29 ` [PATCH v2 1/5] hugetlbfs: use helper macro SZ_1{K,M} Miaohe Lin
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Miaohe Lin @ 2022-07-26 14:29 UTC (permalink / raw)
  To: akpm, mike.kravetz, songmuchun; +Cc: linux-mm, linux-kernel, linmiaohe

Hi everyone,
This series contains a few cleaup patches to remove unneeded forward
declaration, use helper macro and so on. More details can be found in
the respective changelogs.
Thanks!
---
v2:
  collect Reviewed-by tag per Mike.
  reshape the comment of 4/5 per Mike.
  drop code change in 5/5 and change to correct the comment per Mike.
  Many thanks Mike for review.
---
Miaohe Lin (5):
  hugetlbfs: use helper macro SZ_1{K,M}
  hugetlbfs: remove unneeded hugetlbfs_ops forward declaration
  hugetlbfs: remove unneeded header file
  hugetlbfs: cleanup some comments in inode.c
  hugetlbfs: fix inaccurate comment in hugetlbfs_statfs()

 fs/hugetlbfs/inode.c | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

-- 
2.23.0


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2022-07-27  6:49 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-26 14:29 [PATCH v2 0/5] A few cleanup and fixup patches for hugetlbfs Miaohe Lin
2022-07-26 14:29 ` [PATCH v2 1/5] hugetlbfs: use helper macro SZ_1{K,M} Miaohe Lin
2022-07-27  6:43   ` Muchun Song
2022-07-26 14:29 ` [PATCH v2 2/5] hugetlbfs: remove unneeded hugetlbfs_ops forward declaration Miaohe Lin
2022-07-27  6:44   ` Muchun Song
2022-07-26 14:29 ` [PATCH v2 3/5] hugetlbfs: remove unneeded header file Miaohe Lin
2022-07-27  6:44   ` Muchun Song
2022-07-26 14:29 ` [PATCH v2 4/5] hugetlbfs: cleanup some comments in inode.c Miaohe Lin
2022-07-27  6:45   ` Muchun Song
2022-07-26 14:29 ` [PATCH v2 5/5] hugetlbfs: fix inaccurate comment in hugetlbfs_statfs() Miaohe Lin
2022-07-26 21:20   ` Mike Kravetz
2022-07-27  6:46   ` Muchun Song

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).