aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/quota
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2006-06-09 01:29:22 -0400
committerNathan Scott <nathans@sgi.com>2006-06-09 01:29:22 -0400
commit9c48876a05b6fbe41f1933fae3529c268d78cad0 (patch)
treebecfedbde574228e6fb2a1d96721d78e9b0b4dc7 /fs/xfs/quota
parentad723875ac238137207754d2633dd9c261c71558 (diff)
[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>
Diffstat (limited to 'fs/xfs/quota')
-rw-r--r--fs/xfs/quota/xfs_qm.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/fs/xfs/quota/xfs_qm.c b/fs/xfs/quota/xfs_qm.c
index 492840b2a354..00fb54d48999 100644
--- a/fs/xfs/quota/xfs_qm.c
+++ b/fs/xfs/quota/xfs_qm.c
@@ -1905,9 +1905,7 @@ xfs_qm_quotacheck(
1905 */ 1905 */
1906 if ((error = xfs_bulkstat(mp, &lastino, &count, 1906 if ((error = xfs_bulkstat(mp, &lastino, &count,
1907 xfs_qm_dqusage_adjust, NULL, 1907 xfs_qm_dqusage_adjust, NULL,
1908 structsz, NULL, 1908 structsz, NULL, BULKSTAT_FG_IGET, &done)))
1909 BULKSTAT_FG_IGET|BULKSTAT_FG_VFSLOCKED,
1910 &done)))
1911 break; 1909 break;
1912 1910
1913 } while (! done); 1911 } while (! done);