diff options
author | Christophe JAILLET <[email protected]> | 2022-07-21 22:49:25 +0200 |
---|---|---|
committer | akpm <[email protected]> | 2022-07-29 18:12:35 -0700 |
commit | 97d3b2676fc6bc4865eb825037f4492f0fb804eb (patch) | |
tree | 70849e28c19a2749249a466acf63d5af7e4ad3e0 /lib/mpi/mpicoder.c | |
parent | cf069c3b47fed4e475a13e3ec89451fbdb88869a (diff) |
ocfs2: remove some useless functions
Patch series "ocfs2: A few clean_ups", v2.
__ocfs2_node_map_set_bit() and __ocfs2_node_map_clear_bit() are just
wrapper around set_bit() and clear_bit().
The leading __ also makes think that these functions are non-atomic just
like __set_bit() and __clear_bit().
So, just remove these wrappers and call set_bit() and clear_bit()
directly.
Link: https://lkml.kernel.org/r/[email protected]
Link: https://lkml.kernel.org/r/bd1429c84ec7d174c96dbb67a2b42b1b456d9394.1658436259.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Christophe JAILLET <[email protected]>
Reviewed-by: Joseph Qi <[email protected]>
Cc: Mark Fasheh <[email protected]>
Cc: Joel Becker <[email protected]>
Cc: Junxiao Bi <[email protected]>
Cc: Changwei Ge <[email protected]>
Cc: Gang He <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'lib/mpi/mpicoder.c')
0 files changed, 0 insertions, 0 deletions