Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759635AbZF2UKR (ORCPT ); Mon, 29 Jun 2009 16:10:17 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752926AbZF2UKJ (ORCPT ); Mon, 29 Jun 2009 16:10:09 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:40352 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752778AbZF2UKI (ORCPT ); Mon, 29 Jun 2009 16:10:08 -0400 Date: Mon, 29 Jun 2009 13:09:09 -0700 (PDT) From: Linus Torvalds X-X-Sender: torvalds@localhost.localdomain To: Eric Paris cc: Al Viro , Stephen Rothwell , Benjamin Herrenschmidt , Jeremy Kerr , Linux Kernel Mailing List Subject: Re: [GIT PULL] notification tree - fsnotify assumes incorrectly positive parent dentry In-Reply-To: <1246305712.754.292.camel@dhcp235-23.rdu.redhat.com> Message-ID: References: <1246305712.754.292.camel@dhcp235-23.rdu.redhat.com> User-Agent: Alpine 2.01 (LFD 1184 2008-12-16) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 905 Lines: 26 On Mon, 29 Jun 2009, Eric Paris wrote: > > Linus please consider pulling from the notification tree. There is one > patch in the tree which should fix an issue in which fsnotify assumed > that dentry->d_parent->d_inode != NULL. This turns out to be false for > spufs and causes a panic. Hmm. It does sound like a reasonable assumption, though. Maybe spufs should be fixed to have an inode for all directories? A NULL d_inode means that something is a negative dentry, and a negative dentry shouldn't have children. Added a few ppc people to the cc. I'll pull the fix, but I really think it sounds like spufs is doing something wrong here. 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/