summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_pageout.c
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2004-10-30 07:09:46 +0000
committeralc <alc@FreeBSD.org>2004-10-30 07:09:46 +0000
commitc823d3b356920f7ccfe312dc4eba055debf178ec (patch)
treef781b8d6ee8e5df2d00de4b73be5ab97d61ea635 /sys/vm/vm_pageout.c
parenta2b1b554d22be63330952036565e44a945fd7e69 (diff)
downloadFreeBSD-src-c823d3b356920f7ccfe312dc4eba055debf178ec.zip
FreeBSD-src-c823d3b356920f7ccfe312dc4eba055debf178ec.tar.gz
Add an assignment statement that I omitted from the previous revision.
Diffstat (limited to 'sys/vm/vm_pageout.c')
-rw-r--r--sys/vm/vm_pageout.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/vm/vm_pageout.c b/sys/vm/vm_pageout.c
index 0e52be2..9018a73 100644
--- a/sys/vm/vm_pageout.c
+++ b/sys/vm/vm_pageout.c
@@ -1021,6 +1021,7 @@ unlock_and_continue:
object = m->object;
if (!VM_OBJECT_TRYLOCK(object)) {
vm_pageq_requeue(m);
+ m = next;
continue;
}
OpenPOWER on IntegriCloud