Merge branch 'xfs-misc-fixes-for-4.4-3' into for-next

Esse commit está contido em:
Dave Chinner
2015-11-10 10:20:48 +11:00
4 arquivos alterados com 6 adições e 5 exclusões

Ver arquivo

@@ -3431,7 +3431,7 @@ xlog_recover_add_to_cont_trans(
* previous record. Copy the rest of the header.
*/
if (list_empty(&trans->r_itemq)) {
ASSERT(len < sizeof(struct xfs_trans_header));
ASSERT(len <= sizeof(struct xfs_trans_header));
if (len > sizeof(struct xfs_trans_header)) {
xfs_warn(log->l_mp, "%s: bad header length", __func__);
return -EIO;