]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/ocfs2/vote.c
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfashe...
[linux-2.6-omap-h63xx.git] / fs / ocfs2 / vote.c
index 5b4dca79990bfb4218e46d307128debe174f0ccb..0315a8b61ed67b221a33361cac82b052d7af46b5 100644 (file)
@@ -1000,6 +1000,9 @@ int ocfs2_register_net_handlers(struct ocfs2_super *osb)
 {
        int status = 0;
 
+       if (ocfs2_mount_local(osb))
+               return 0;
+
        status = o2net_register_handler(OCFS2_MESSAGE_TYPE_RESPONSE,
                                        osb->net_key,
                                        sizeof(struct ocfs2_response_msg),