diff options
Diffstat (limited to 'sys/vm/vm_fault.c')
-rw-r--r-- | sys/vm/vm_fault.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/vm/vm_fault.c b/sys/vm/vm_fault.c index abb9ef3..e443a00 100644 --- a/sys/vm/vm_fault.c +++ b/sys/vm/vm_fault.c @@ -280,13 +280,6 @@ RetryFault:; fs.vp = vnode_pager_lock(fs.first_object); vm_object_pip_add(fs.first_object, 1); -#ifdef ENABLE_VFS_IOOPT - if ((fault_type & VM_PROT_WRITE) && - (fs.first_object->type == OBJT_VNODE)) { - vm_freeze_copyopts(fs.first_object, - fs.first_pindex, fs.first_pindex + 1); - } -#endif fs.lookup_still_valid = TRUE; if (wired) |