diff options
author | Nathan Scott <nathans@sgi.com> | 2006-06-09 15:29:22 +1000 |
---|---|---|
committer | Nathan Scott <nathans@sgi.com> | 2006-06-09 15:29:22 +1000 |
commit | 9c48876a05b6fbe41f1933fae3529c268d78cad0 (patch) | |
tree | becfedbde574228e6fb2a1d96721d78e9b0b4dc7 /fs/xfs/quota | |
parent | ad723875ac238137207754d2633dd9c261c71558 (diff) | |
download | op-kernel-dev-9c48876a05b6fbe41f1933fae3529c268d78cad0.zip op-kernel-dev-9c48876a05b6fbe41f1933fae3529c268d78cad0.tar.gz |
[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.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fs/xfs/quota/xfs_qm.c b/fs/xfs/quota/xfs_qm.c index 492840b..00fb54d 100644 --- a/fs/xfs/quota/xfs_qm.c +++ b/fs/xfs/quota/xfs_qm.c @@ -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); |