Fix a bugaboo in the last commit. Pages are hard-busied for getpages,
commit587a54de5d0a6a15deee8780cb7c79fbb0f7c904
authorMatthew Dillon <dillon@dragonflybsd.org>
Sun, 26 Aug 2007 16:22:31 +0000 (26 16:22 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sun, 26 Aug 2007 16:22:31 +0000 (26 16:22 +0000)
tree69a16d0050c82fafdea3a651bbb3a5ea281b1249
parent03ebb51e22d16a8429a2fbff7c17ba78bf884f0b
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