K 10 svn:author V 6 dillon K 8 svn:date V 27 1999-02-15T02:03:40.000000Z K 7 svn:log V 450 Fix a bug in the new madvise() code that would possibly (improperly) free swap space out from under a busy page. This is not legal because the swap may be reallocated and I/O issued while I/O is still in progress on the same swap page from the madvise()'d object. This bug could only occur under extreme paging conditions but might not cause an error until much later. As a side-benefit, madvise() is now even smaller. END