Commit 2c640f57 authored by Nathan Scott's avatar Nathan Scott

[XFS] Fix a warning from some gcc variants after recent flags botch.

SGI Modid: xfs-linux:xfs-kern:165646a
parent 2637a95b
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment