Re: [PATCH 4/4] nfs: deadlock prevention for NFS

From: Indan Zupancic
Date: Fri Aug 25 2006 - 23:14:30 EST


> /* 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/