diff options
| author | Eivind Eklund <eivind@FreeBSD.org> | 1999-12-11 16:13:02 +0000 |
|---|---|---|
| committer | Eivind Eklund <eivind@FreeBSD.org> | 1999-12-11 16:13:02 +0000 |
| commit | 6bdfe06ad9337a33a402bc933006265c30980780 (patch) | |
| tree | f94d51806ece1a3d319c06648a52800c0d252cac /sys/nwfs | |
| parent | 47e98476fee7d4d1ff1796408f15724f8d786ddb (diff) | |
Notes
Diffstat (limited to 'sys/nwfs')
| -rw-r--r-- | sys/nwfs/nwfs_vfsops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/nwfs/nwfs_vfsops.c b/sys/nwfs/nwfs_vfsops.c index d9e5f57827f8..f99bba74c7e9 100644 --- a/sys/nwfs/nwfs_vfsops.c +++ b/sys/nwfs/nwfs_vfsops.c @@ -498,7 +498,7 @@ loop: */ if (vp->v_mount != mp) goto loop; - if (VOP_ISLOCKED(vp) || TAILQ_EMPTY(&vp->v_dirtyblkhd) || + if (VOP_ISLOCKED(vp, NULL) || TAILQ_EMPTY(&vp->v_dirtyblkhd) || waitfor == MNT_LAZY) continue; if (vget(vp, LK_EXCLUSIVE, p)) |
