Re: [PATCH] list_for_each_rcu must die: ext4

From: Paul E. McKenney
Date: Thu Apr 24 2008 - 10:12:19 EST


On Thu, Apr 24, 2008 at 03:36:36PM +0530, Aneesh Kumar K.V wrote:
> On Wed, Apr 23, 2008 at 06:27:15PM -0700, Paul E. McKenney wrote:
> > All uses of list_for_each_rcu() can be profitably replaced by the
> > easier-to-use list_for_each_entry_rcu(). This patch makes this change for
> > the ext4 filesystem, in preparation for removing the list_for_each_rcu()
> > API entirely.
> >
> > Signed_off_by: Paul E. McKenney <paulmck@xxxxxxxxxxxxxxxxxx>
>
> There is already a patch queued at
>
>
> http://repo.or.cz/w/ext4-patch-queue.git?a=blob;f=ext4-convert-list_for_each_rcu-to_list_for_each_entry_rcu.patch;h=a464d8f2e7e5574f9ab309d4722b075782be227f;hb=HEAD

Glad to see that you guys are on top of things!!!

Are patches also queued for the list_for_each() -> list_for_each_entry()
conversion?

Thanx, Paul
--
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/