aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorCesar Eduardo Barros <[email protected]>2011-03-22 16:33:25 -0700
committerLinus Torvalds <[email protected]>2011-03-22 17:44:07 -0700
commitbd69010b042a60ca41a890df1b10019e94746c2f (patch)
tree4064703903170911b09919f89b74a5bbe0d5ebfe /tools/perf/scripts/python/bin
parent9b01c350af4fb00fe2ab66ff9bf16058c50b69bd (diff)
sys_swapon: use a single error label
sys_swapon currently has two error labels, bad_swap and bad_swap_2. bad_swap does the same as bad_swap_2 plus destroy_swap_extents() and swap_cgroup_swapoff(); both are noops in the places where bad_swap_2 is jumped to. With a single extra test for inode (matching the one in the S_ISREG case below), all the error paths in the function can go to bad_swap. Signed-off-by: Cesar Eduardo Barros <[email protected]> Tested-by: Eric B Munson <[email protected]> Acked-by: Eric B Munson <[email protected]> Reviewed-by: KAMEZAWA Hiroyuki <[email protected]> Cc: Hugh Dickins <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions