[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:
Nathan Scott
2006-06-09 15:29:22 +10:00
szülő ad723875ac
commit 9c48876a05
3 fájl változott, egészen pontosan 1 új sor hozzáadva és 20 régi sor törölve

Fájl megtekintése

@@ -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);