From: Ulisses Furquim Date: Fri, 8 Feb 2008 12:18:16 +0000 (-0800) Subject: inotify: fix check for one-shot watches before destroying them X-Git-Tag: v2.6.25-rc1~279 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac74c00e499ed276a965e5b5600667d5dc04a84a;p=pandora-kernel.git inotify: fix check for one-shot watches before destroying them As the IN_ONESHOT bit is never set when an event is sent we must check it in the watch's mask and not in the event's mask. Signed-off-by: Ulisses Furquim Reported-by: "Clem Taylor" Tested-by: "Clem Taylor" Cc: Amy Griffis Cc: Robert Love Cc: John McCutchan Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed