lkml.org 
[lkml]   [2007]   [Nov]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [patch 04/23] dentries: Extract common code to remove dentry from lru
On Wed, 7 Nov 2007, Jörn Engel wrote:

> > Acked-by: Joern Engel <joern@logfs.org>
> > Signed-off-by: Christoph Lameter <clameter@sgi.com>
> >
> > Index: linux-2.6/fs/dcache.c
> > ===================================================================
> > --- linux-2.6.orig/fs/dcache.c 2007-11-07 10:26:20.000000000 -0800
> > +++ linux-2.6/fs/dcache.c 2007-11-07 10:26:27.000000000 -0800
> > @@ -610,7 +610,7 @@ static void shrink_dcache_for_umount_sub
> > spin_lock(&dcache_lock);
> > list_for_each_entry(loop, &dentry->d_subdirs,
> > d_u.d_child) {
> > - dentry_lru_remove(dentry);
> > + dentry_lru_remove(loop);
> > __d_drop(loop);
> > cond_resched_lock(&dcache_lock);
> > }
>
> Erm - wouldn't this break git-bisect?

Well Andrew will merge it into the earlier patch.
\
 
 \ /
  Last update: 2007-11-07 20:09    [W:0.429 / U:0.152 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site