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 _______________________________________________ Containers mailing list [EMAIL PROTECTED] https://lists.linux-foundation.org/mailman/listinfo/containers _______________________________________________ Devel mailing list Devel@openvz.org https://openvz.org/mailman/listinfo/devel