summaryrefslogtreecommitdiffstats
path: root/sys/gnu/ext2fs/ext2_vfsops.c
diff options
context:
space:
mode:
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 8b12631..09f4282 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;
OpenPOWER on IntegriCloud