summaryrefslogtreecommitdiffstats
path: root/sys/kern
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2005-03-27 07:53:13 +0000
committerphk <phk@FreeBSD.org>2005-03-27 07:53:13 +0000
commiteac95420b80054c258d4e34487b087258410d1f5 (patch)
treef7ec8ce6fe0dadae0a7a89120813abf2a503b620 /sys/kern
parent4b5dfbb1ae0878d1137c31291fa6f3b372a324de (diff)
downloadFreeBSD-src-eac95420b80054c258d4e34487b087258410d1f5.zip
FreeBSD-src-eac95420b80054c258d4e34487b087258410d1f5.tar.gz
Remove another ';' after if().
Also spotted by: bz
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/vfs_subr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c
index e9f9989..1c6da3f 100644
--- a/sys/kern/vfs_subr.c
+++ b/sys/kern/vfs_subr.c
@@ -2234,7 +2234,7 @@ vgonel(struct vnode *vp, struct thread *td)
* Clean out any buffers associated with the vnode.
* If the flush fails, just toss the buffers.
*/
- if (!TAILQ_EMPTY(&vp->v_bufobj.bo_dirty.bv_hd));
+ if (!TAILQ_EMPTY(&vp->v_bufobj.bo_dirty.bv_hd))
(void) vn_write_suspend_wait(vp, NULL, V_WAIT);
if (vinvalbuf(vp, V_SAVE, td, 0, 0) != 0)
vinvalbuf(vp, 0, td, 0, 0);
OpenPOWER on IntegriCloud