https://bugzilla.novell.com/show_bug.cgi?id=817531 https://bugzilla.novell.com/show_bug.cgi?id=817531#c1 Jeff Mahoney <jeffm@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO CC| |jeffm@suse.com InfoProvider| |pmlists@free.fr Severity|Normal |Major --- Comment #1 from Jeff Mahoney <jeffm@suse.com> 2013-07-15 14:00:11 EDT --- Have you seen this happen again? This looks like it's probably memory corruption. It's a shame we don't dump the mismatched values. void prune_dcache_sb(struct super_block *sb, int count) { struct dentry *dentry; LIST_HEAD(referenced); LIST_HEAD(tmp); relock: spin_lock(&dcache_lru_lock); while (!list_empty(&sb->s_dentry_lru)) { dentry = list_entry(sb->s_dentry_lru.prev, struct dentry, d_lru); BUG_ON(dentry->d_sb != sb); <---- if (!spin_trylock(&dentry->d_lock)) { spin_unlock(&dcache_lru_lock); cpu_relax(); goto relock; } -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.