From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Love, Robert W" Subject: Re: [PATCH] [SCSI] libfcoe: use list_move instead of list_del/list_add Date: Thu, 6 Sep 2012 15:45:12 +0000 Message-ID: <5048C4EC.6010403@intel.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT Return-path: Received: from mga01.intel.com ([192.55.52.88]:10353 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757905Ab2IFPpP convert rfc822-to-8bit (ORCPT ); Thu, 6 Sep 2012 11:45:15 -0400 In-Reply-To: Content-Language: en-US Content-ID: Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: Wei Yongjun Cc: "JBottomley@parallels.com" , "yongjun_wei@trendmicro.com.cn" , "devel@open-fcoe.org" , "linux-scsi@vger.kernel.org" On 9/5/2012 9:36 PM, Wei Yongjun wrote: > From: Wei Yongjun > > Using list_move() instead of list_del() + list_add(). > > spatch with a semantic match is used to found this problem. > (http://coccinelle.lip6.fr/) > > Signed-off-by: Wei Yongjun Acked-by: Robert Love