On Wed, 7 Nov 2007, J=F6rn Engel wrote:
quoted text > > Acked-by: Joern Engel <joern@logfs.org>
> > Signed-off-by: Christoph Lameter <clameter@sgi.com>
> >=20
> > 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
quoted text > > --- 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}
>=20
> Erm - wouldn't this break git-bisect?
Well Andrew will merge it into the earlier patch.