K 10 svn:author V 3 alc K 8 svn:date V 27 2004-12-05T21:48:11.000000Z K 7 svn:log V 399 Correct a sanity check in vnode_pager_generic_putpages(). The cast used to implement the sanity check should have been changed when we converted the implementation of vm_pindex_t from 32 to 64 bits. (Thus, RELENG_4 is not affected.) The consequence of this error would be a legimate write to an extremely large file being treated as an errant attempt to write meta- data. Discussed with: tegge@ END