]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Change vnode_pager_generic_getpages() so that it does not panic if the
authorAlan Cox <alc@FreeBSD.org>
Sun, 8 Oct 2006 20:26:16 +0000 (20:26 +0000)
committerAlan Cox <alc@FreeBSD.org>
Sun, 8 Oct 2006 20:26:16 +0000 (20:26 +0000)
commitf4f83da02d39f0f3498a344c6ee65be2907e2b74
tree3ec2cb30028fcbc3a2ed154b4b3b5aa4740612d8
parent8ea32c5e3688a0c389b4f08a37216dc107ef09d0
Change vnode_pager_generic_getpages() so that it does not panic if the
given file is sparse.  Instead, it zeroes the requested page.

Reviewed by: tegge
PR: kern/98116
MFC after: 3 days
sys/vm/vnode_pager.c