]> git.neil.brown.name Git - history.git/commitdiff
[XFS] Fix a warning from some gcc variants after recent flags botch.
authorNathan Scott <nathans@sgi.com>
Fri, 30 Jan 2004 23:54:04 +0000 (10:54 +1100)
committerNathan Scott <nathans@sgi.com>
Fri, 30 Jan 2004 23:54:04 +0000 (10:54 +1100)
SGI Modid: xfs-linux:xfs-kern:165646a

fs/xfs/xfs_log_recover.c

index f0d4e713675129db24dcdeb93c167eff36109864..f028eac24642da881be00b95a4d0337ed2c5b05a 100644 (file)
@@ -1531,7 +1531,7 @@ xlog_recover_reorder_trans(
        xlog_recover_item_t     *first_item, *itemq, *itemq_next;
        xfs_buf_log_format_t    *buf_f;
        xfs_buf_log_format_v1_t *obuf_f;
-       ushort                  flags;
+       ushort                  flags = 0;
 
        first_item = itemq = trans->r_itemq;
        trans->r_itemq = NULL;