]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ocfs2: Move the call of ocfs2_hb_ctl into the stack glue.
authorJoel Becker <joel.becker@oracle.com>
Fri, 30 May 2008 22:43:58 +0000 (15:43 -0700)
committerMark Fasheh <mfasheh@suse.com>
Mon, 16 Jun 2008 17:46:51 +0000 (10:46 -0700)
commit9f9a99f4eccc64650e932090cff0ebd07b81e334
tree44315dfb1b5f3d4fc802e4d7cde5d681832b34f0
parent3878f110f71a0971ff7acc15dd6db711b6ef37c6
ocfs2: Move the call of ocfs2_hb_ctl into the stack glue.

Take o2hb_stop() out of the o2cb code and make it part of the generic
stack glue as ocfs2_leave_group().  This also allows us to remove the
ocfs2_get_hb_ctl_path() function - everything to do with hb_ctl is now
part of stackglue.c.  o2cb no longer needs a ->hangup() function.

Signed-off-by: Joel Becker <joel.becker@oracle.com>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
fs/ocfs2/stack_o2cb.c
fs/ocfs2/stackglue.c
fs/ocfs2/stackglue.h