Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759667Ab3CHX2E (ORCPT ); Fri, 8 Mar 2013 18:28:04 -0500 Received: from mail-vb0-f54.google.com ([209.85.212.54]:59420 "EHLO mail-vb0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754510Ab3CHX2D (ORCPT ); Fri, 8 Mar 2013 18:28:03 -0500 MIME-Version: 1.0 In-Reply-To: References: <20130307021645.GA10173@redhat.com> <20130308150408.GA25399@redhat.com> <20130308191804.GA9774@redhat.com> <20130308192042.GA10305@redhat.com> <20130308193652.GA11692@redhat.com> <20130308210432.GA21500@redhat.com> <20130308230734.GA28317@redhat.com> Date: Fri, 8 Mar 2013 15:28:01 -0800 X-Google-Sender-Auth: 3JT-p_2HEgaeGUG8cHjJnxEgDW4 Message-ID: Subject: Re: BUG_ON(nd->inode != parent->d_inode); From: Linus Torvalds To: Dave Jones , Linux Kernel , Al Viro Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 982 Lines: 21 Oh, btw, I'm assuming you're testing current git like you usually do. If so, just to humor me, can you try plain 3.8 (or 3.8.2 or whatever the current stable kernel is). Because while the oopses may be due to your extensions to trinity, let's make sure. Maybe something bad happened in the merge window, and we're just wasting time trying to figure it out, when it could be just bisected... The pipe and symlink BUG_ON() bugs you've found are likely real and old, so keep the patches for those around, but let's just verify that the BUG_ON(nd->inode != parent->d_inode);" is old too. I suspect it's a real and old bug, and that you'll be able to recreate it with the stable kernels too, but just to make sure.. Linus -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/