diff options
author | Cesar Eduardo Barros <cesarb@cesarb.net> | 2011-03-22 16:33:36 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-03-22 17:44:08 -0700 |
commit | c6a2b64ba5d09a1e281e85988ffd650655fa0f39 (patch) | |
tree | 5d3787b45e2e4ad7377c47cd601a1fcb1fec0bde /CREDITS | |
parent | c69dbfb84e88503468b6c481aecdb48d76ad5bc6 (diff) | |
download | kernel_samsung_smdk4412-c6a2b64ba5d09a1e281e85988ffd650655fa0f39.zip kernel_samsung_smdk4412-c6a2b64ba5d09a1e281e85988ffd650655fa0f39.tar.gz kernel_samsung_smdk4412-c6a2b64ba5d09a1e281e85988ffd650655fa0f39.tar.bz2 |
sys_swapoff: change order to match sys_swapon
The block in sys_swapon which does the final adjustments to the
swap_info_struct and to swap_list is the same as the block which
re-inserts it again at sys_swapoff on failure of try_to_unuse(), except
for the order of the operations within the lock. Since the order should
not matter, arbitrarily change sys_swapoff to match sys_swapon, in
preparation to making both share the same code.
Signed-off-by: Cesar Eduardo Barros <cesarb@cesarb.net>
Tested-by: Eric B Munson <emunson@mgebm.net>
Acked-by: Eric B Munson <emunson@mgebm.net>
Reviewed-by: Pekka Enberg <penberg@kernel.org>
Reviewed-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Cc: Hugh Dickins <hughd@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'CREDITS')
0 files changed, 0 insertions, 0 deletions