K 10 svn:author V 7 iedowse K 8 svn:date V 27 2001-02-15T22:42:44.000000Z K 7 svn:log V 330 Fix `fstat -m' (show memory-mapped files), which was broken by revision 1.25. When evaluating the termination condition for the iteration over all map entries, we must take care to use the kernel versions of all pointers. The code was comparing a kernel pointer to a pointer within a local variable, so the loop never terminated. END