aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu/ext2fs/ext2_vfsops.c
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1995-12-10 21:38:45 +0000
committerBruce Evans <bde@FreeBSD.org>1995-12-10 21:38:45 +0000
commit172fc5ae2859e52d6834a79f98b1ed5573dcc2ce (patch)
tree629828147112c661229bfd5dcd1bf2bf740dd78c /sys/gnu/ext2fs/ext2_vfsops.c
parent5cf3e37fccf02849c1713c7b1d8394b31a30f7b0 (diff)
Notes
Diffstat (limited to 'sys/gnu/ext2fs/ext2_vfsops.c')
-rw-r--r--sys/gnu/ext2fs/ext2_vfsops.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/gnu/ext2fs/ext2_vfsops.c b/sys/gnu/ext2fs/ext2_vfsops.c
index 8b12631c23e7..09f428230e64 100644
--- a/sys/gnu/ext2fs/ext2_vfsops.c
+++ b/sys/gnu/ext2fs/ext2_vfsops.c
@@ -713,6 +713,9 @@ ext2_flushfiles(mp, flags, p)
#endif
register struct ufsmount *ump;
int error;
+#if QUOTA
+ int i;
+#endif
if (!doforce)
flags &= ~FORCECLOSE;