Messages in this thread |  | | | Subject | [GIT PULL] notification tree - fsnotify assumes incorrectly positive parent dentry | | From | Eric Paris <> | | Date | Mon, 29 Jun 2009 16:01:52 -0400 |
| |
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.
-Eric
The following changes since commit 52989765629e7d182b4f146050ebba0abf2cb0b7: Linus Torvalds (1): Merge git://git.kernel.org/.../davem/net-2.6
are available in the git repository at:
git://git.infradead.org/users/eparis/notify.git for-linus
Jeremy Kerr (1): fs: allow d_instantiate to be called with negative parent dentry
include/linux/fsnotify_backend.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
|  |