[XFS] Remove dead code from come bulkstat paths.
SGI-PV: 904196 SGI-Modid: xfs-linux-melb:xfs-kern:26102a Signed-off-by: Nathan Scott <nathans@sgi.com>
This commit is contained in:
@@ -1905,9 +1905,7 @@ xfs_qm_quotacheck(
|
||||
*/
|
||||
if ((error = xfs_bulkstat(mp, &lastino, &count,
|
||||
xfs_qm_dqusage_adjust, NULL,
|
||||
structsz, NULL,
|
||||
BULKSTAT_FG_IGET|BULKSTAT_FG_VFSLOCKED,
|
||||
&done)))
|
||||
structsz, NULL, BULKSTAT_FG_IGET, &done)))
|
||||
break;
|
||||
|
||||
} while (! done);
|
||||
|
Reference in New Issue
Block a user