summaryrefslogtreecommitdiff
path: root/sys/miscfs/devfs
diff options
context:
space:
mode:
authorEivind Eklund <eivind@FreeBSD.org>1999-12-11 16:13:02 +0000
committerEivind Eklund <eivind@FreeBSD.org>1999-12-11 16:13:02 +0000
commit6bdfe06ad9337a33a402bc933006265c30980780 (patch)
treef94d51806ece1a3d319c06648a52800c0d252cac /sys/miscfs/devfs
parent47e98476fee7d4d1ff1796408f15724f8d786ddb (diff)
Notes
Diffstat (limited to 'sys/miscfs/devfs')
-rw-r--r--sys/miscfs/devfs/devfs_vfsops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/miscfs/devfs/devfs_vfsops.c b/sys/miscfs/devfs/devfs_vfsops.c
index 287ca99910d1..73f7d70b89f3 100644
--- a/sys/miscfs/devfs/devfs_vfsops.c
+++ b/sys/miscfs/devfs/devfs_vfsops.c
@@ -264,7 +264,7 @@ loop:
if (vp->v_mount != mp)
goto loop;
nvp = vp->v_mntvnodes.le_next;
- if (VOP_ISLOCKED(vp))
+ if (VOP_ISLOCKED(vp, NULL))
continue;
if (TAILQ_EMPTY(&vp->v_dirtyblkhd))
continue;