Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757855Ab0KRNk1 (ORCPT ); Thu, 18 Nov 2010 08:40:27 -0500 Received: from mail-pw0-f46.google.com ([209.85.160.46]:48750 "EHLO mail-pw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756723Ab0KRNk0 (ORCPT ); Thu, 18 Nov 2010 08:40:26 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=ur2428wgX6G8RMhUeM3bl0uytNPMLCrKlcdlwtZLBMzNIDINMAIuJpugxxafiUA7Km K8Kb2p5dJSZBBmhgLDVSIg8ApE0Cb186exKSlQ49huxl3ce8+AZ8lanUVvmoHMxxHnc6 dg9jKLQZgOBUCze15PPw6CWB4elZzGufp/fLM= Date: Thu, 18 Nov 2010 21:43:24 +0800 From: =?utf-8?Q?Am=C3=A9rico?= Wang To: Will Newton Cc: Linux Kernel list , user-mode-linux-devel@lists.sourceforge.net, Jeff Dike , Andrew Morton Subject: Re: [PATCH 1/2] uml: Safely iterate list of winch handlers in line driver. Message-ID: <20101118134324.GA3800@hack> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.19 (2009-01-05) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 529 Lines: 15 On Sat, Nov 13, 2010 at 05:44:28PM +0000, Will Newton wrote: >unregister_winch should use list_for_each_safe, as it can >potentially delete from the list. > >Signed-off-by: Will Newton Acked-by: WANG Cong Cc: Andrew Morton Thanks. -- 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/