diff options
author | Cesar Eduardo Barros <cesarb@cesarb.net> | 2011-03-22 16:33:35 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-03-22 17:44:08 -0700 |
commit | c69dbfb84e88503468b6c481aecdb48d76ad5bc6 (patch) | |
tree | ade74b75b80a0481ae6309c9cb0bc7298db13ad7 /fs/hugetlbfs | |
parent | 9c8100ef26ba9012b8677a383179a0cf169fc7f3 (diff) | |
download | op-kernel-dev-c69dbfb84e88503468b6c481aecdb48d76ad5bc6.zip op-kernel-dev-c69dbfb84e88503468b6c481aecdb48d76ad5bc6.tar.gz |
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 'fs/hugetlbfs')
0 files changed, 0 insertions, 0 deletions