]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mempool: rename struct mempool_s to struct mempool
authorChristoph Hellwig <hch@lst.de>
Tue, 12 Aug 2025 08:30:08 +0000 (10:30 +0200)
committerAndrew Morton <akpm@linux-foundation.org>
Sat, 13 Sep 2025 23:54:59 +0000 (16:54 -0700)
commit0f9ab62a6e44ef51ea3e7f1c552b447cf4eb20ae
tree194e45744e3e50b93ab877af9d8651f4c86e1591
parentdca4437a5861abf197f1ee934d4db251328d0ed6
mempool: rename struct mempool_s to struct mempool

Drop the pointless _s prefix and align to the usual struct naming to
prepare for actually using the struct instead of the typedef so that
random headers don't need to include mempool.h for just having a pointer
to the mempool.

Link: https://lkml.kernel.org/r/20250812083105.371295-1-hch@lst.de
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Harry Yoo <harry.yoo@oracle.com>
Reviewed-by: Vlastimil Babka <vbabka@suse.cz>
Cc: Christoph Lameter (Ampere) <cl@gentwo.org>
Cc: David Rientjes <rientjes@google.com>
Cc: Roman Gushchin <roman.gushchin@linux.dev>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/blkdev.h
include/linux/mempool.h
include/linux/netfs.h