]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/ocfs2/stack_o2cb.c
sh_eth: Do not print an error message for probe deferral
[karo-tx-linux.git] / fs / ocfs2 / stack_o2cb.c
index 1724d43d3da1626b517b8deb73cd87c47492fd85..220cae7bbdbcf1e88176505148de97e33645cc66 100644 (file)
@@ -295,7 +295,7 @@ static int o2cb_cluster_check(void)
                set_bit(node_num, netmap);
                if (!memcmp(hbmap, netmap, sizeof(hbmap)))
                        return 0;
-               if (i < O2CB_MAP_STABILIZE_COUNT)
+               if (i < O2CB_MAP_STABILIZE_COUNT - 1)
                        msleep(1000);
        }