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

This commit is contained in:
Dave Chinner
2014-06-10 07:32:56 +10:00
13 changed files with 60 additions and 53 deletions

View File

@@ -353,10 +353,10 @@ xfs_qm_dqalloc(
dqp->q_blkno,
mp->m_quotainfo->qi_dqchunklen,
0);
error = xfs_buf_geterror(bp);
if (error)
if (!bp) {
error = ENOMEM;
goto error1;
}
bp->b_ops = &xfs_dquot_buf_ops;
/*