xfs: split inode AG walking into separate code for reclaim
[pandora-kernel.git] / fs / xfs / quota / xfs_qm_syscalls.c
index 7a71336..ac11fbe 100644 (file)
@@ -918,8 +918,7 @@ xfs_qm_dqrele_all_inodes(
        uint             flags)
 {
        ASSERT(mp->m_quotainfo);
-       xfs_inode_ag_iterator(mp, xfs_dqrele_inode, flags,
-                               XFS_ICI_NO_TAG, 0, NULL);
+       xfs_inode_ag_iterator(mp, xfs_dqrele_inode, flags);
 }
 
 /*------------------------------------------------------------------------*/