From c50367da676eaa300253058b5594f783a3db948b Mon Sep 17 00:00:00 2001 From: alc Date: Thu, 6 Mar 2003 03:41:02 +0000 Subject: Remove ENABLE_VFS_IOOPT. It is a long unfinished work-in-progress. Discussed on: arch@ --- sys/vm/vm_fault.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'sys/vm/vm_fault.c') 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) -- cgit v1.1