On Wed, 7 Nov 2007, J=F6rn Engel wrote:Its in the slab defrag git now. I added the spelling fix and this one as a= =20 result of the discussions today. From: Christoph Lameter <clameter@sgi.com> Subject: dcache: use the correct variable. We need to use "loop" instead of "dentry" Acked-by: Joern Engel <joern@logfs.org> Signed-off-by: Christoph Lameter <clameter@sgi.com> Index: linux-2.6/fs/dcache.c =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- linux-2.6.orig/fs/dcache.c=092007-11-07 10:26:20.000000000 -0800 +++ linux-2.6/fs/dcache.c=092007-11-07 10:26:27.000000000 -0800 @@ -610,7 +610,7 @@ static void shrink_dcache_for_umount_sub =09=09=09spin_lock(&dcache_lock); =09=09=09list_for_each_entry(loop, &dentry->d_subdirs, =09=09=09=09=09 d_u.d_child) { -=09=09=09=09dentry_lru_remove(dentry); +=09=09=09=09dentry_lru_remove(loop); =09=09=09=09__d_drop(loop); =09=09=09=09cond_resched_lock(&dcache_lock); =09=09=09}
| Greg KH | Re: Announce: Linux-next (Or Andrew's dream :-)) |
| Greg KH | [patch 26/73] NET: Correct two mistaken skb_reset_mac_header() conversions. |
| Greg Kroah-Hartman | [PATCH 007/196] Chinese: add translation of stable_kernel_rules.txt |
| Alan Cox | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
git: | |
| Alexey Dobriyan | Re: [GIT]: Networking |
| Gerrit Renker | [PATCH 03/37] dccp: List management for new feature negotiation |
| Jarek Poplawski | [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Andrew Morton | Re: [BUG] New Kernel Bugs |
