|
From: Nicholas N. <nj...@cs...> - 2005-08-27 17:18:56
|
Hi, In the transition from 2.x to 3.x, --weird-hacks=ioctl-mmap got disabled. In POST(sys_ioctl) it had been checked for and if was set, VG_(sync_segments)() was called. It's no longer checked in 3.x, and VG_(sync_segments)() is gone. Should it be reinstated? Nick |