"git@git.sphere.ly:matisse/android_kernel_samsung_matisse.git" did not exist on "7544953685859875b5ac0260b6b1856066c092d6"
[PATCH] inotify: fix file deletion by rename detection
John McCutchan authored

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: default avatarJohn McCutchan <ttb@tentacle.dhs.org>
Signed-off-by: default avatarRobert Love <rml@novell.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
75449536