diff options
author | Akinobu Mita <[email protected]> | 2006-06-26 00:24:46 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2006-06-26 09:58:18 -0700 |
commit | f116629d03655adaf7832b93b03c99391d09d4a7 (patch) | |
tree | 526f689619817df3c23ab00e3228b4776bde2190 /security/keys/request_key_auth.c | |
parent | 179e09172ab663b8587ecc46bb18a56a770304a9 (diff) |
[PATCH] fs: use list_move()
This patch converts the combination of list_del(A) and list_add(A, B) to
list_move(A, B) under fs/.
Cc: Ian Kent <[email protected]>
Acked-by: Joel Becker <[email protected]>
Cc: Neil Brown <[email protected]>
Cc: Hans Reiser <[email protected]>
Cc: Urban Widmark <[email protected]>
Acked-by: David Howells <[email protected]>
Acked-by: Mark Fasheh <[email protected]>
Signed-off-by: Akinobu Mita <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'security/keys/request_key_auth.c')
0 files changed, 0 insertions, 0 deletions