This patch introduces the new list_move_tail macro for the sunrpc driver (net/sunrpc/svcsock.c) --- linus-2.5/net/sunrpc/svcsock.c Sun Jun 9 04:17:42 2002 +++ thunder-2.5/net/sunrpc/svcsock.c Sun Jun 9 07:43:53 2002 @@ -1065,8 +1065,7 @@ if (test_bit(SK_TEMP, &svsk->sk_flags)) { /* push active sockets to end of list */ spin_lock_bh(&serv->sv_lock); - list_del(&svsk->sk_list); - list_add_tail(&svsk->sk_list, &serv->sv_tempsocks); + list_move_tail(&svsk->sk_list, &serv->sv_tempsocks); spin_unlock_bh(&serv->sv_lock); } -- Lightweight patch manager using pine. If you have any objections, tell me. - : send the line "unsubscribe linux-net" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html