From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753785Ab1HXSry (ORCPT ); Wed, 24 Aug 2011 14:47:54 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:52353 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753699Ab1HXSrx (ORCPT ); Wed, 24 Aug 2011 14:47:53 -0400 Date: Wed, 24 Aug 2011 11:47:03 -0700 From: Andrew Morton To: Clifton Barnes Cc: , , , , Subject: Re: [PATCH v2 3/3] w1: ds2780, fix deadlock upon insertion and removal Message-Id: <20110824114703.e82021ec.akpm@linux-foundation.org> In-Reply-To: <4E550C35.4080700@indesign-llc.com> References: <4E550C35.4080700@indesign-llc.com> X-Mailer: Sylpheed 3.0.2 (GTK+ 2.20.1; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 24 Aug 2011 10:35:33 -0400 Clifton Barnes wrote: > Fixes the deadlock when inserting and removing the ds2780. When fixing a bug, please always provide a full description of that bug so that others can review the proposed fix. "the deadlock" is not a complete description ;)