commit | 192ca4d1941228e69c1fbeebab317725407e6e65 | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Thu Oct 28 17:21:59 2010 -0400 |
committer | Eric Paris <eparis@redhat.com> | Thu Oct 28 17:22:16 2010 -0400 |
tree | cff474f312a41b5ab4fbbf72a558675f377e1808 | |
parent | 8fcd65280abc4699510f1853ede31f43e8a3783a [diff] |
fanotify: do not recalculate the mask if the ignored mask changed If fanotify sets a new bit in the ignored mask it will cause the generic fsnotify layer to recalculate the real mask. This is stupid since we didn't change that part. Signed-off-by: Eric Paris <eparis@redhat.com>