ocfs2: clean up redundant function declarations
authorJia Guo <[email protected]>
Fri, 8 Jun 2018 00:04:38 +0000 (17:04 -0700)
committerLinus Torvalds <[email protected]>
Fri, 8 Jun 2018 00:34:33 +0000 (17:34 -0700)
commit5bc55d654bdd679b8fee0ca7a3b180cbeaa4168d
treeba4192aedbe96abe0c4d019f10cc0da6a949b58c
parent882ea1d64eb3956f7d877bcbc6370bd3c6d81543
ocfs2: clean up redundant function declarations

ocfs2_extend_allocation() has been deleted, clean up its declaration.
Also change the static function name from __ocfs2_extend_allocation() to
ocfs2_extend_allocation() to be consistent with the corresponding trace
events as well as comments for ocfs2_lock_allocators().

Link: http://lkml.kernel.org/r/[email protected]
Fixes: 964f14a0d350 ("ocfs2: clean up some dead code")
Signed-off-by: Jia Guo <[email protected]>
Acked-by: Joseph Qi <[email protected]>
Reviewed-by: Jun Piao <[email protected]>
Cc: Mark Fasheh <[email protected]>
Cc: Joel Becker <[email protected]>
Cc: Junxiao Bi <[email protected]>
Cc: Changwei Ge <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/ocfs2/file.c
fs/ocfs2/file.h