summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_default.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/vfs_default.c')
-rw-r--r--sys/kern/vfs_default.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/kern/vfs_default.c b/sys/kern/vfs_default.c
index 7e3f295..cef1a0f 100644
--- a/sys/kern/vfs_default.c
+++ b/sys/kern/vfs_default.c
@@ -605,7 +605,9 @@ retry:
* Dereference the reference we just created. This assumes
* that the object is associated with the vp.
*/
+ VM_OBJECT_LOCK(object);
object->ref_count--;
+ VM_OBJECT_UNLOCK(object);
vrele(vp);
} else {
if (object->flags & OBJ_DEAD) {
OpenPOWER on IntegriCloud