summaryrefslogtreecommitdiffstats
path: root/mm/filemap.c
diff options
context:
space:
mode:
authorLiam R. Howlett <Liam.Howlett@oracle.com>2024-09-07 04:15:06 +0200
committerAndrew Morton <akpm@linux-foundation.org>2024-09-10 01:39:17 +0200
commit1930c6ad93ad01f82bb7965bbc04eb5a763f856d (patch)
treeaed8e321ee8d514cd02a1aca23a54feab3bbf3f8 /mm/filemap.c
parentmm: clean up mem_cgroup_iter() (diff)
downloadlinux-1930c6ad93ad01f82bb7965bbc04eb5a763f856d.tar.xz
linux-1930c6ad93ad01f82bb7965bbc04eb5a763f856d.zip
maple_tree: mark three functions as __maybe_unused
People keep trying to remove three functions that are going to be used in a feature that is being developed. Dropping the functions entirely may end up with people trying to use the bit for other uses, as people have tried in the past. Adding __maybe_unused stops compilers complaining about the unused functions so they can be silently optimised out of the compiled code and people won't try to claim the bit for another use. Link: https://lore.kernel.org/all/20230726080916.17454-2-zhangpeng.00@bytedance.com/ Link: https://lore.kernel.org/all/202408310728.S7EE59BN-lkp@intel.com/ Link: https://lkml.kernel.org/r/20240907021506.4018676-1-Liam.Howlett@oracle.com Signed-off-by: Liam R. Howlett <Liam.Howlett@oracle.com> Reviewed-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com> Reviewed-by: Kuan-Wei Chiu <visitorckw@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'mm/filemap.c')
0 files changed, 0 insertions, 0 deletions