[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <1221238624.17910.32.camel@nimitz>
Date: Fri, 12 Sep 2008 09:57:04 -0700
From: Dave Hansen <dave@...ux.vnet.ibm.com>
To: Oren Laadan <orenl@...columbia.edu>
Cc: arnd@...db.de, jeremy@...p.org, linux-kernel@...r.kernel.org,
containers@...ts.linux-foundation.org
Subject: Re: [RFC v4][PATCH 4/9] Memory management (dump)
On Tue, 2008-09-09 at 03:42 -0400, Oren Laadan wrote:
> + if (unlikely(ret < 0)) {
> + nr = pgarr->nr_free - nr;
> + while (nr--)
> + page_cache_release(*(--pagep));
> + return ret;
> + }
Oren, please take a good, hard look through all these patches (i.e.
grep) and find all of the (un)likely calls and toss them out. They're
unneeded.
>
-- Dave
--
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