Re: [PATCH]: 2/4 mm/swap.c cleanup

From: Andrew Morton
Date: Sun Nov 21 2004 - 16:17:05 EST


Nikita Danilov <nikita@xxxxxxxxxxxxx> wrote:
>
> +#define pagevec_for_each_page(_v, _i, _p, _z) \
> +for (_i = 0, _z = NULL; \
> + ((_i) < pagevec_count(_v) && (__guardloop(_v, _i, _p, _z), 1)) || \
> + (__postloop(_v, _i, _p, _z), 0); \
> + (_i)++)

Sorry, this looks more like a dirtyup to me ;)
-
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/