summaryrefslogtreecommitdiff
path: root/sys/dev/diskmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/diskmap.c')
-rw-r--r--sys/dev/diskmap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/diskmap.c b/sys/dev/diskmap.c
index a14f03d4689..a61644f7810 100644
--- a/sys/dev/diskmap.c
+++ b/sys/dev/diskmap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: diskmap.c,v 1.17 2018/01/02 06:38:45 guenther Exp $ */
+/* $OpenBSD: diskmap.c,v 1.18 2018/04/28 03:13:04 visa Exp $ */
/*
* Copyright (c) 2009, 2010 Joel Sing <jsing@openbsd.org>
@@ -114,7 +114,7 @@ diskmapioctl(dev_t dev, u_long cmd, caddr_t addr, int flag, struct proc *p)
fp->f_rbytes = 0;
fp->f_wbytes = 0;
- VOP_UNLOCK(vp, p);
+ VOP_UNLOCK(vp);
FRELE(fp, p);
fdpunlock(fdp);