alc 2006-10-14 08:20:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/vm vnode_pager.c Log: MFC revision 1.229 Change vnode_pager_generic_getpages() so that it does not panic if the given file is sparse. Instead, it zeroes the requested page. PR: kern/98116 Revision Changes Path 1.196.2.9 +13 -2 src/sys/vm/vnode_pager.c