linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* rw_swap_page() and swapin readahead
@ 1998-11-25 22:02 Rik van Riel
  1998-11-25 22:19 ` Stephen C. Tweedie
  0 siblings, 1 reply; 4+ messages in thread
From: Rik van Riel @ 1998-11-25 22:02 UTC (permalink / raw)
  To: Stephen C. Tweedie; +Cc: Linux MM

Hi Stephen,

it appears that rw_swap_page() needs a small change to be
able to do asynchonous swapin.

On line 128:
		if (!wait) {
			set_bit(PG_free_after, &page->flags);
			...
		}
			
We probably want to loose the line with PG_free_after, even
on normal swapout (or is it already gone in 2.1.130-pre3?).

If I misunderstood the code, I'll happily learn a bit :)

cheers,

Rik -- slowly getting used to dvorak kbd layout...
+-------------------------------------------------------------------+
| Linux memory management tour guide.        H.H.vanRiel@phys.uu.nl |
| Scouting Vries cubscout leader.      http://www.phys.uu.nl/~riel/ |
+-------------------------------------------------------------------+

--
This is a majordomo managed list.  To unsubscribe, send a message with
the body 'unsubscribe linux-mm me@address' to: majordomo@kvack.org

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~1998-11-25 23:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-11-25 22:02 rw_swap_page() and swapin readahead Rik van Riel
1998-11-25 22:19 ` Stephen C. Tweedie
1998-11-25 22:59   ` Rik van Riel
1998-11-25 23:08     ` Stephen C. Tweedie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox