diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2005-01-24 13:13:57 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2005-01-24 13:13:57 +0000 |
| commit | 35764be39ee59a9b1509310f64adec9fff65cf9f (patch) | |
| tree | eb53492bafcbb3035fc103f1e90294f46ac8ac7a /sys/vm/vnode_pager.c | |
| parent | 027b1f716cf86e5da7050fd92f8e91d512e6683b (diff) | |
Notes
Diffstat (limited to 'sys/vm/vnode_pager.c')
| -rw-r--r-- | sys/vm/vnode_pager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/vnode_pager.c b/sys/vm/vnode_pager.c index 069a43c1687c..574cf226f0fe 100644 --- a/sys/vm/vnode_pager.c +++ b/sys/vm/vnode_pager.c @@ -198,7 +198,7 @@ vnode_pager_dealloc(object) } ASSERT_VOP_LOCKED(vp, "vnode_pager_dealloc"); vp->v_object = NULL; - vp->v_vflag &= ~(VV_TEXT | VV_OBJBUF); + vp->v_vflag &= ~VV_TEXT; } static boolean_t |
