]> git.baikalelectronics.ru Git - kernel.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)
commitb50760db014bd2a96bb3f60460bd0a73c44de2f1
tree44315dfb1b5f3d4fc802e4d7cde5d681832b34f0
parenta30c2f11acf7b9b1773cbe4f864d00e61aecc38a
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