commit | 89d09a2c80ea6baafb559b86d545fada05e14ab5 | [log] [tgz] |
---|---|---|
author | Hugh Dickins <hugh@veritas.com> | Sat Sep 03 15:54:36 2005 -0700 |
committer | Linus Torvalds <torvalds@evo.osdl.org> | Mon Sep 05 00:05:41 2005 -0700 |
tree | 90ff3c2a62c144b93c89b33d66583046f1a7efae | |
parent | 6eb396dc4a9781c5e7951143ab56ce5710687ab3 [diff] |
[PATCH] swap: freeing update swap_list.next This makes negligible difference in practice: but swap_list.next should not be updated to a higher prio in the general helper swap_info_get, but rather in swap_entry_free; and then only in the case when entry is actually freed. Signed-off-by: Hugh Dickins <hugh@veritas.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>