Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751594AbWHZDFl (ORCPT ); Fri, 25 Aug 2006 23:05:41 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751588AbWHZDFl (ORCPT ); Fri, 25 Aug 2006 23:05:41 -0400 Received: from helium.samage.net ([83.149.67.129]:7133 "EHLO helium.samage.net") by vger.kernel.org with ESMTP id S1751583AbWHZDFk (ORCPT ); Fri, 25 Aug 2006 23:05:40 -0400 Message-ID: <3317.81.207.0.53.1156561530.squirrel@81.207.0.53> In-Reply-To: <1156538183.26945.15.camel@lappy> References: <20060825153946.24271.42758.sendpatchset@twins> <20060825154027.24271.43168.sendpatchset@twins> <1156536880.5927.29.camel@localhost> <1156538183.26945.15.camel@lappy> Date: Sat, 26 Aug 2006 05:05:30 +0200 (CEST) Subject: Re: [PATCH 4/4] nfs: deadlock prevention for NFS From: "Indan Zupancic" To: "Peter Zijlstra" Cc: "Trond Myklebust" , linux-mm@kvack.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, "Evgeniy Polyakov" , "Daniel Phillips" , "Rik van Riel" , "David Miller" User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT X-Priority: 3 (Normal) Importance: Normal Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 448 Lines: 19 > /* Check if this were the first socks: */ > if (nr_socks - socks == 0) > reserve += RX_RESERVE_PAGES; Can of course be: if (nr_socks == socks) reserve += RX_RESERVE_PAGES; Grumble, Indan - 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/