DragonFlyBSD/src eea5ad6sys/vm vm_swapcache.c

kernel - Fix swapcache cleaning issue

* Fix a bug when a single object has swapcached pages.  In this
  situation, when swapcache exhausts its scan of the object it
  will fail to cycle back to the beginning.  This prevents it
  from cycling any further pages for the object.

* Does not corrupt the system or anything like that, but causes
  swapcache to behave in a way that can sometimes make it less
  useful.

Reported-by: tuxillo (java on monster)
DeltaFile
+7-1sys/vm/vm_swapcache.c
+7-11 files

UnifiedSplitRaw