aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAlexander Kabaev <kan@FreeBSD.org>2003-11-01 15:04:50 +0000
committerAlexander Kabaev <kan@FreeBSD.org>2003-11-01 15:04:50 +0000
commit9185a9f5e37fc8d726ecff9f3283c50e85c68021 (patch)
treeb2e7a1378538b6f3e4fb25d32e7911ee46c62cca /sys
parentaec21b56e8cbf018f2037e3da234df580f4e7252 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/fs/unionfs/union_vfsops.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/fs/unionfs/union_vfsops.c b/sys/fs/unionfs/union_vfsops.c
index c3f04dc6f49e8..90cdddacb6dbc 100644
--- a/sys/fs/unionfs/union_vfsops.c
+++ b/sys/fs/unionfs/union_vfsops.c
@@ -347,7 +347,6 @@ union_unmount(mp, mntflags, td)
* in the filesystem.
*/
for (freeing = 0; (error = vflush(mp, 0, flags)) != 0;) {
- struct vnode *vp;
int n;
/* count #vnodes held on mount list */