From: John McCutchan Date: Fri, 5 Aug 2005 01:12:54 +0000 (-0400) Subject: [PATCH] Clean up inotify delete race fix X-Git-Tag: v2.6.13-rc6~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c3dba1534569734ba353afdf3f11def497ff2ac;p=pandora-kernel.git [PATCH] Clean up inotify delete race fix This avoids the whole #ifdef mess by just getting a copy of dentry->d_inode before d_delete is called - that makes the codepaths the same for the INOTIFY/DNOTIFY cases as for the regular no-notify case. I've been running this under a Gnome session for the last 10 minutes. Inotify is being used extensively. Signed-off-by: John McCutchan Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed