The patch titled Subject: ocfs2: clean up some unused function declarations has been added to the -mm tree. Its filename is ocfs2-clean-up-some-unused-func-declaration.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/ocfs2-clean-up-some-unused-func-declaration.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/ocfs2-clean-up-some-unused-func-declaration.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: piaojun <piaojun@xxxxxxxxxx> Subject: ocfs2: clean up some unused function declarations Link: http://lkml.kernel.org/r/59C5D7D6.9050106@xxxxxxxxxx Signed-off-by: Jun Piao <piaojun@xxxxxxxxxx> Reviewed-by: Alex Chen <alex.chen@xxxxxxxxxx> Cc: Mark Fasheh <mfasheh@xxxxxxxxxxx> Cc: Joel Becker <jlbec@xxxxxxxxxxxx> Cc: Junxiao Bi <junxiao.bi@xxxxxxxxxx> Cc: Joseph Qi <jiangqi903@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/ocfs2/buffer_head_io.h | 3 --- fs/ocfs2/cluster/heartbeat.h | 1 - 2 files changed, 4 deletions(-) diff -puN fs/ocfs2/buffer_head_io.h~ocfs2-clean-up-some-unused-func-declaration fs/ocfs2/buffer_head_io.h --- a/fs/ocfs2/buffer_head_io.h~ocfs2-clean-up-some-unused-func-declaration +++ a/fs/ocfs2/buffer_head_io.h @@ -28,9 +28,6 @@ #include <linux/buffer_head.h> -void ocfs2_end_buffer_io_sync(struct buffer_head *bh, - int uptodate); - int ocfs2_write_block(struct ocfs2_super *osb, struct buffer_head *bh, struct ocfs2_caching_info *ci); diff -puN fs/ocfs2/cluster/heartbeat.h~ocfs2-clean-up-some-unused-func-declaration fs/ocfs2/cluster/heartbeat.h --- a/fs/ocfs2/cluster/heartbeat.h~ocfs2-clean-up-some-unused-func-declaration +++ a/fs/ocfs2/cluster/heartbeat.h @@ -79,7 +79,6 @@ void o2hb_fill_node_map(unsigned long *m unsigned bytes); void o2hb_exit(void); int o2hb_init(void); -int o2hb_check_node_heartbeating_no_sem(u8 node_num); int o2hb_check_node_heartbeating_from_callback(u8 node_num); void o2hb_stop_all_regions(void); int o2hb_get_all_regions(char *region_uuids, u8 numregions); _ Patches currently in -mm which might be from piaojun@xxxxxxxxxx are ocfs2-no-need-flush-workqueue-before-destroying-it.patch ocfs2-cleanup-unused-func-declaration-and-assignment.patch ocfs2-clean-up-some-unused-func-declaration.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html