Move source tree closer to the 2.6.32.17 mainline
/fs/xfs/quota/xfs_qm_syscalls.c
blob:5d1a3b98a6e68875a47dc283483a9be376cdce42 -> blob:60fe35821cff740eff6f615a07c21fda93d2941e
--- fs/xfs/quota/xfs_qm_syscalls.c
+++ fs/xfs/quota/xfs_qm_syscalls.c
@@ -893,7 +893,8 @@ xfs_qm_dqrele_all_inodes(
uint flags)
{
ASSERT(mp->m_quotainfo);
- xfs_inode_ag_iterator(mp, xfs_dqrele_inode, flags, XFS_ICI_NO_TAG);
+ xfs_inode_ag_iterator(mp, xfs_dqrele_inode, flags,
+ XFS_ICI_NO_TAG, 0, NULL);
}
/*------------------------------------------------------------------------*/