[NETFILTER]: ipt_ECN/ipt_TOS: fix incorrect checksum update
[powerpc.git] / fs / xfs / xfs_log_recover.c
index 55b4237..3cb678e 100644 (file)
@@ -990,6 +990,8 @@ xlog_find_zeroed(
        xfs_daddr_t     num_scan_bblks;
        int             error, log_bbnum = log->l_logBBsize;
 
+       *blk_no = 0;
+
        /* check totally zeroed log */
        bp = xlog_get_bp(log, 1);
        if (!bp)