Re: 2.6.16-rc5-mm1

From: Andrew Morton
Date: Wed Mar 01 2006 - 05:46:51 EST


Laurent Riffard <laurent.riffard@xxxxxxx> wrote:
>
> Well, I should have check my logs... There is a bunch of BUGs
> when I launch Gnome:
>
> BUG: warning at fs/inotify.c:533/inotify_d_instantiate()

yup, that's a known-about warning for something which is harmless. We're
still working out what to do about that. The short-term solution is to
remove it.

--- devel/fs/inotify.c~a 2006-03-01 02:47:01.000000000 -0800
+++ devel-akpm/fs/inotify.c 2006-03-01 02:47:06.000000000 -0800
@@ -530,7 +530,6 @@ void inotify_d_instantiate(struct dentry
if (!inode)
return;

- WARN_ON(entry->d_flags & DCACHE_INOTIFY_PARENT_WATCHED);
spin_lock(&entry->d_lock);
parent = entry->d_parent;
if (inotify_inode_watched(parent->d_inode))
_

-
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/