]> git.karo-electronics.de Git - karo-tx-linux.git/commit
fs/ocfs2/dlm/dlmrecovery.c: remove duplicate declarations
authorJoseph Qi <joseph.qi@huawei.com>
Thu, 27 Jun 2013 23:51:03 +0000 (09:51 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 28 Jun 2013 06:37:16 +0000 (16:37 +1000)
commit9b47b636388a2e87e91248af88b416843ef431f5
tree51dbb8f188c152c3d2d0e821c06d9abaf5ea4308
parent767dcb6dd32dbb6cd3a913ccdb86640d75ddd1fe
fs/ocfs2/dlm/dlmrecovery.c: remove duplicate declarations

Below 3 functions have already been declared in dlmcommon.h, so we have
no need to declare them again in dlmrecovery.c.
dlm_complete_recovery_thread
dlm_launch_recovery_thread
dlm_kick_recovery_thread

Signed-off-by: Joseph Qi <joseph.qi@huawei.com>
Cc: Joel Becker <jlbec@evilplan.org>
Cc: Mark Fasheh <mfasheh@suse.com>
Acked-by: Sunil Mushran <sunil.mushran@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/ocfs2/dlm/dlmrecovery.c