projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
30632a1
)
kernel: Kill an obsolete comment.
author
Sascha Wildner <saw@online.de>
Tue, 15 Nov 2011 02:42:45 +0000 (
03:42
+0100)
committer
Sascha Wildner <saw@online.de>
Tue, 15 Nov 2011 02:42:45 +0000 (
03:42
+0100)
Reported-by: vsrinivas
sys/kern/vfs_subr.c
patch
|
blob
|
blame
|
history
diff --git
a/sys/kern/vfs_subr.c
b/sys/kern/vfs_subr.c
index
2d19bbf
..
f7da2d2
100644
(file)
--- a/
sys/kern/vfs_subr.c
+++ b/
sys/kern/vfs_subr.c
@@
-1251,10
+1251,6
@@
vclean_vxlocked(struct vnode *vp, int flags)
}
if (object != NULL) {
- /*
- * Use vm_object_lock() rather than vm_object_hold to avoid
- * creating an extra (self-)hold on the object.
- */
if (object->ref_count == 0) {
if ((object->flags & OBJ_DEAD) == 0)
vm_object_terminate(object);