commit | 38719025384cf7121331bd6d41c062d3c5f7bb91 | [log] [tgz] |
---|---|---|
author | Cesar Eduardo Barros <[email protected]> | Tue Mar 22 16:33:30 2011 -0700 |
committer | Linus Torvalds <[email protected]> | Tue Mar 22 17:44:08 2011 -0700 |
tree | 8848283db6cd61b426491f17de38d9bc15697514 | |
parent | ca8bd38bf6f05481c4155fc444178151884f65d0 [diff] |
sys_swapon: simplify error flow in read_swap_header() Since there is no cleanup to do, there is no reason to jump to a label. Return directly instead. 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]>