summaryrefslogtreecommitdiff
path: root/mm/shmem.c
diff options
context:
space:
mode:
authorCesar Eduardo Barros <cesarb@cesarb.net>2011-03-22 23:33:35 (GMT)
committerLinus Torvalds <torvalds@linux-foundation.org>2011-03-23 00:44:08 (GMT)
commitc69dbfb84e88503468b6c481aecdb48d76ad5bc6 (patch)
treeade74b75b80a0481ae6309c9cb0bc7298db13ad7 /mm/shmem.c
parent9c8100ef26ba9012b8677a383179a0cf169fc7f3 (diff)
downloadlinux-c69dbfb84e88503468b6c481aecdb48d76ad5bc6.tar.xz
sys_swapon: move printk outside lock
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(). To be able to make both share the same code, move the printk() call in the middle of it to just after it. 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: 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 'mm/shmem.c')
0 files changed, 0 insertions, 0 deletions