K 10 svn:author V 3 kib K 8 svn:date V 27 2012-01-10T18:05:44.092632Z K 7 svn:log V 316 Change the type of the paging_in_progress refcounter from u_short to u_int. With the auto-sized buffer cache on the modern machines, UFS metadata can generate more the 65535 pages belonging to the buffers undergoing i/o, overflowing the counter. Reported and tested by: jimharris Reviewed by: alc MFC after: 1 week END