diff options
author | Liam R. Howlett <[email protected]> | 2024-09-06 22:15:06 -0400 |
---|---|---|
committer | Andrew Morton <[email protected]> | 2024-09-09 16:39:17 -0700 |
commit | 1930c6ad93ad01f82bb7965bbc04eb5a763f856d (patch) | |
tree | aed8e321ee8d514cd02a1aca23a54feab3bbf3f8 /lib/crypto/mpi/mpiutil.c | |
parent | aa50b501c0529677c27211c79c5b81de60af20a1 (diff) |
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/[email protected]/
Link: https://lore.kernel.org/all/[email protected]/
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Liam R. Howlett <[email protected]>
Reviewed-by: Lorenzo Stoakes <[email protected]>
Reviewed-by: Kuan-Wei Chiu <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'lib/crypto/mpi/mpiutil.c')
0 files changed, 0 insertions, 0 deletions