ocfs2: Move the hb_ctl_path sysctl into the stack glue.

ocfs2 needs to call out to the hb_ctl program at unmount for all cluster
stacks.  The first step is to move the hb_ctl_path sysctl out of the
o2cb code and into the generic stack glue.

Signed-off-by: Joel Becker <joel.becker@oracle.com>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
This commit is contained in:
Joel Becker
2008-05-30 15:30:49 -07:00
committed by Mark Fasheh
parent 066519068a
commit 3878f110f7
5 changed files with 89 additions and 78 deletions

View File

@@ -33,10 +33,6 @@
#include <linux/configfs.h>
#include <linux/rbtree.h>
#define FS_OCFS2_NM 1
const char *o2nm_get_hb_ctl_path(void);
struct o2nm_node {
spinlock_t nd_lock;
struct config_item nd_item;