commit | 930d915252edda7042c944ed3c30194a2f9fe163 | [log] [tgz] |
---|---|---|
author | Christoph Lameter <clameter@sgi.com> | Sun Jan 08 01:00:47 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Jan 08 20:12:41 2006 -0800 |
tree | 620452f11a9949943765b7a28e5b919f40f32b12 | |
parent | 21eac81f252fe31c3cf64b805a1e8652192f3a3b [diff] |
[PATCH] Swap Migration V5: PF_SWAPWRITE to allow writing to swap Add PF_SWAPWRITE to control a processes permission to write to swap. - Use PF_SWAPWRITE in may_write_to_queue() instead of checking for kswapd and pdflush - Set PF_SWAPWRITE flag for kswapd and pdflush Signed-off-by: Christoph Lameter <clameter@sgi.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>