From: Jerome Marchand Date: Wed, 28 Jul 2010 14:18:37 +0000 (-0400) Subject: inotify: Fix mask checks X-Git-Tag: v2.6.36-rc1~303^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44b350fc23e36e95c8e042b7ded66217ea2b9d72;p=pandora-kernel.git inotify: Fix mask checks The mask checks in inotify_update_existing_watch() and inotify_new_watch() are useless because inotify_arg_to_mask() sets FS_IN_IGNORED and FS_EVENT_ON_CHILD bits anyway. Signed-off-by: Eric Paris --- Reading git-diff-tree failed