[<prev] [next>] [day] [month] [year] [list]
Message-ID: <50184289.7080108@gmail.com>
Date: Tue, 31 Jul 2012 22:39:37 +0200
From: Sasha Levin <levinsasha928@...il.com>
To: linux-kernel@...r.kernel.org
CC: torvalds@...ux-foundation.org
Subject: Removing 'pos' from hlist iterators
Hi all,
I was working on code that uses hlists, and noticed something odd.
While list_for_each_entry needs 3 parameters (type*, head, member), hlist_for_each_entry needs 4 (everything like hlist_for_each + 'pos').
pos and tpos both serve as iterators in this case, and I think that there's no real need for this redundancy.
Would it make sense removing 'pos' out of the hlist iterators to make it more list the list iterators? The downside I see here is that it'll cause a lot of one-line changes all across the code since there are quite a few call sites.
Thanks,
Sasha
--
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