commit | 1fbc9f46a024535d95c3d5f136901decd86b109e | [log] [tgz] |
---|---|---|
author | Eric Sesterhenn <snakebyte@gmx.de> | Thu Mar 26 15:24:39 2009 +0100 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Thu Mar 26 15:24:25 2009 +0100 |
tree | d6561f327bc210704c8efe7acd39116c936136cf | |
parent | ab640db01013192f6867785a7def7c9d9ec8903d [diff] |
[S390] list usage cleanup in s390 Trivial cleanup, list_del(); list_add{,_tail}() is equivalent to list_move{,_tail}(). Semantic patch for coccinelle can be found at www.cccmz.de/~snakebyte/list_move_tail.spatch Signed-off-by: Eric Sesterhenn <snakebyte@gmx.de> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>