From: John McCutchan Date: Mon, 1 Aug 2005 15:00:45 +0000 (-0400) Subject: [PATCH] inotify: fix file deletion by rename detection X-Git-Tag: v2.6.13-rc5~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7544953685859875b5ac0260b6b1856066c092d6;p=pandora-kernel.git [PATCH] inotify: fix file deletion by rename detection When a file is moved over an existing file that you are watching, inotify won't send you a DELETE_SELF event and it won't unref the inode until the inotify instance is closed by the application. Signed-off-by: John McCutchan Signed-off-by: Robert Love Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed