commit | 44b350fc23e36e95c8e042b7ded66217ea2b9d72 | [log] [tgz] |
---|---|---|
author | Jerome Marchand <jmarchan@redhat.com> | Wed Jul 28 10:18:37 2010 -0400 |
committer | Eric Paris <eparis@redhat.com> | Wed Jul 28 10:18:49 2010 -0400 |
tree | 590975f1e8690e5555f7c8b45f26ec7fddccddb8 | |
parent | f874e1ac21d7708464dc656a10312542c54719f1 [diff] |
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 <eparis@redhat.com>