summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2007-08-18 16:41:31 +0000
committerkib <kib@FreeBSD.org>2007-08-18 16:41:31 +0000
commit05d51a15e9cc000685a8ab21e013895361f68eaa (patch)
tree594ce8f55b9f894c163d489de860931894680fc7 /sys
parent62f53c61ac2df1e1fd750cb9dbe68ec825a73450 (diff)
downloadFreeBSD-src-05d51a15e9cc000685a8ab21e013895361f68eaa.zip
FreeBSD-src-05d51a15e9cc000685a8ab21e013895361f68eaa.tar.gz
Remove comment that is no longer quite true.
Noted by: alc Approved by: re (kensmith)
Diffstat (limited to 'sys')
-rw-r--r--sys/vm/device_pager.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/vm/device_pager.c b/sys/vm/device_pager.c
index e557082..19ba75f 100644
--- a/sys/vm/device_pager.c
+++ b/sys/vm/device_pager.c
@@ -137,9 +137,6 @@ dev_pager_alloc(void *handle, vm_ooffset_t size, vm_prot_t prot, vm_ooffset_t fo
return (NULL);
}
- /*
- * Lock to prevent object creation race condition.
- */
mtx_lock(&dev_pager_mtx);
/*
OpenPOWER on IntegriCloud