Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755891Ab1COXw3 (ORCPT ); Tue, 15 Mar 2011 19:52:29 -0400 Received: from mga03.intel.com ([143.182.124.21]:10037 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754727Ab1COXw1 (ORCPT ); Tue, 15 Mar 2011 19:52:27 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.63,191,1299484800"; d="scan'208";a="403180049" Subject: Re: [PATCH 05/13] scsi: use list_move() instead of list_del()/list_add() combination From: Robert Love To: "Kirill A. Shutemov" Cc: "linux-kernel@vger.kernel.org" , "James E.J. Bottomley" , "linux-scsi@vger.kernel.org" , "devel@open-fcoe.org" In-Reply-To: <1300229605-14499-5-git-send-email-kirill@shutemov.name> References: <1300229605-14499-1-git-send-email-kirill@shutemov.name> <1300229605-14499-5-git-send-email-kirill@shutemov.name> Content-Type: text/plain; charset="UTF-8" Date: Tue, 15 Mar 2011 16:52:25 -0700 Message-ID: <1300233145.19083.383.camel@fritz> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 889 Lines: 26 On Tue, 2011-03-15 at 15:53 -0700, Kirill A. Shutemov wrote: > Signed-off-by: Kirill A. Shutemov > Cc: "James E.J. Bottomley" > Cc: Robert Love > Cc: linux-scsi@vger.kernel.org > Cc: devel@open-fcoe.org > --- > drivers/scsi/esp_scsi.c | 6 ++---- > drivers/scsi/fcoe/libfcoe.c | 6 ++---- Hi Kirill, libfcoe.c doesn't exist anymore in the scsi-misc tree with recent fcoe transport changes. Specifically, the change you're trying to make should be to fcoe_ctlr.c. I'll resend an updated patch that applies to scsi-misc and has my Ack. Thanks, //Rob -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/