[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <3317.81.207.0.53.1156561530.squirrel@81.207.0.53>
Date: Sat, 26 Aug 2006 05:05:30 +0200 (CEST)
From: "Indan Zupancic" <indan@....nu>
To: "Peter Zijlstra" <a.p.zijlstra@...llo.nl>
Cc: "Trond Myklebust" <trond.myklebust@....uio.no>, linux-mm@...ck.org,
linux-kernel@...r.kernel.org, netdev@...r.kernel.org,
"Evgeniy Polyakov" <johnpol@....mipt.ru>,
"Daniel Phillips" <phillips@...gle.com>,
"Rik van Riel" <riel@...hat.com>,
"David Miller" <davem@...emloft.net>
Subject: Re: [PATCH 4/4] nfs: deadlock prevention for NFS
> /* 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists