Fix a bugaboo in the last commit. Pages are hard-busied for getpages,
authorMatthew Dillon <dillon@dragonflybsd.org>
Sun, 26 Aug 2007 16:22:31 +0000 (16:22 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sun, 26 Aug 2007 16:22:31 +0000 (16:22 +0000)
commit8a63550cd27f42c460bebfe772b5a01d467bf33e
tree007304dbc49c346ec68f845dd9869e6e7af461fb
parente3a4c51f031c2dda419ed6621aa2ee489f3b04c3
Fix a bugaboo in the last commit.  Pages are hard-busied for getpages,
but only soft-busied for putpages.

Reported-by: Sascha Wildner <saw@online.de>
sys/vm/vnode_pager.c