[PATCH] inotify delete race fix
authorJohn McCutchan <ttb@tentacle.dhs.org>
Thu, 4 Aug 2005 20:07:08 +0000 (13:07 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 4 Aug 2005 20:11:15 +0000 (13:11 -0700)
commite234f35c54a30d040313e40833dcf623d14629b4
tree6e23053de3e84c1d8f54531a52fda68cee2bf03b
parent3de11748c1b312833e8a148ab7ec47669ecc99dc
[PATCH] inotify delete race fix

The included patch fixes a problem where a inotify client would receive a
delete event before the file was actually deleted.  The bug affects both
dnotify & inotify.

Signed-off-by: John McCutchan <ttb@tentacle.dhs.org>
Signed-off-by: Robert Love <rml@novell.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/namei.c