X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=net%2Frxrpc%2Fcall.c;h=d07122b57e0d871af7c2d73c17049aaeabf426c6;hb=16c70f8c1b54b61c3b951b6fb220df250fe09b32;hp=c4aeb7d40266f84d84c03023f482102d70d6b3df;hpb=4e76c8a9fa413ccc09d3f7f664183dcce3555d57;p=linux-2.6.git diff --git a/net/rxrpc/call.c b/net/rxrpc/call.c index c4aeb7d40..d07122b57 100644 --- a/net/rxrpc/call.c +++ b/net/rxrpc/call.c @@ -1098,8 +1098,7 @@ static void rxrpc_call_receive_data_packet(struct rxrpc_call *call, call->app_ready_seq = pmsg->seq; call->app_ready_qty += pmsg->dsize; - list_del_init(&pmsg->link); - list_add_tail(&pmsg->link, &call->app_readyq); + list_move_tail(&pmsg->link, &call->app_readyq); } /* see if we've got the last packet yet */