summaryrefslogtreecommitdiff
path: root/mm/memory-failure.c
diff options
context:
space:
mode:
authorCesar Eduardo Barros <cesarb@cesarb.net>2011-03-22 23:33:31 (GMT)
committerLinus Torvalds <torvalds@linux-foundation.org>2011-03-23 00:44:08 (GMT)
commit1421ef3cd15b87ef949e965efeb1e527479d3f75 (patch)
tree8bcc6d1047905b205a7061c00bda40197fad2328 /mm/memory-failure.c
parent38719025384cf7121331bd6d41c062d3c5f7bb91 (diff)
downloadlinux-fsl-qoriq-1421ef3cd15b87ef949e965efeb1e527479d3f75.tar.xz
sys_swapon: call swap_cgroup_swapon() earlier
The call to swap_cgroup_swapon is in the middle of loading the swap map and extents. As it only does memory allocation and does not depend on the swapfile layout (map/extents), it can be called earlier (or later). Move it to just after the allocation of swap_map, since it is conceptually similar (allocates a map). 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 'mm/memory-failure.c')
0 files changed, 0 insertions, 0 deletions