K 10 svn:author V 8 kensmith K 8 svn:date V 27 2004-05-22T20:28:53.000000Z K 7 svn:log V 664 It was found the previous commit causes a severe change in behavior of msync( ...,MS_INVALIDATE) on NFS-mounted partitions. Given this is a stable branch and the issue being addressed to begin with may not concern some users we are providing a way to get the old behavior if desired. The default will be to have the new behavior which is to only flush pages from memory if they are not dirty. By changing the sysctl vm.old_msync users can get the old behavior back. Because of the unified VM/buffer-cache system what to do as a proper fix to this issue is proving to be quite difficult. It is still being worked on but we need this stop-gap solution for now. END