diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2007-08-18 16:41:31 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2007-08-18 16:41:31 +0000 |
| commit | daab56673e8962609eaf25e30daea5255d449d08 (patch) | |
| tree | 594ce8f55b9f894c163d489de860931894680fc7 /sys/vm | |
| parent | 050abcaec194c3e4e21dd64d829b39b0c0a78cb9 (diff) | |
Notes
Diffstat (limited to 'sys/vm')
| -rw-r--r-- | sys/vm/device_pager.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/vm/device_pager.c b/sys/vm/device_pager.c index e557082d3763..19ba75f3411e 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); /* |
