Re: [PATCH 03/16] GFS: core fs

From: Pavel Machek
Date: Mon Oct 10 2005 - 16:40:04 EST


Hi!

> Signed-off-by: Ken Preslan <ken@xxxxxxxxxxx>
> Signed-off-by: David Teigland <teigland@xxxxxxxxxx>

> + for (; blks; gfs2_replay_incr_blk(sdp, &start), blks--) {

> + for (head = &ai->ai_ail1_list, tmp = head->prev, prev = tmp->prev;
> + tmp != head;
> + tmp = prev, prev = tmp->prev) {


> + for (head = &ai->ai_ail1_list, tmp = head->prev, prev = tmp->prev;
> + tmp != head;
> + tmp = prev, prev = tmp->prev) {


Can you get less creative in the for loops? [There are more examples
at other patches, for (i=something; i--; ) was "nicest" example].

> + for (;;) {

while(1) seems to be more common in kernel.

Pavel
--
if you have sharp zaurus hardware you don't need... you know my address
-
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/