]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/ocfs2/stack_o2cb.c
ocfs2: Move the hb_ctl_path sysctl into the stack glue.
[linux-2.6-omap-h63xx.git] / fs / ocfs2 / stack_o2cb.c
index bbd1667aa7d3996035fdf517dd0dd71c034ec6e5..fb26a7c69c4747075b3bb4ff3c7c76df25e9728c 100644 (file)
@@ -338,7 +338,7 @@ static void o2hb_stop(const char *group)
        int ret;
        char *argv[5], *envp[3];
 
-       argv[0] = (char *)o2nm_get_hb_ctl_path();
+       argv[0] = (char *)ocfs2_get_hb_ctl_path();
        argv[1] = "-K";
        argv[2] = "-u";
        argv[3] = (char *)group;