Merge branch 'xfs-4.10-misc-fixes-4' into for-next

This commit is contained in:
Dave Chinner
2016-12-09 16:56:26 +11:00
11 changed files with 60 additions and 173 deletions

View File

@@ -1737,8 +1737,7 @@ xfs_free_buftarg(
percpu_counter_destroy(&btp->bt_io_count);
list_lru_destroy(&btp->bt_lru);
if (mp->m_flags & XFS_MOUNT_BARRIER)
xfs_blkdev_issue_flush(btp);
xfs_blkdev_issue_flush(btp);
kmem_free(btp);
}