commit | 33af5e32e0bb73c704b5e156f4411cdb53e6cc59 | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Thu Dec 17 21:24:33 2009 -0500 |
committer | Eric Paris <eparis@redhat.com> | Wed Jul 28 09:59:00 2010 -0400 |
tree | c427a66b81498c14598ed4161e3646930a805043 | |
parent | 90b1e7a57880fb66437ab7db39e1e65ca0372822 [diff] |
fsnotify: ignored_mask - excluding notification The ignored_mask is a new mask which is part of fsnotify marks. A group's should_send_event() function can use the ignored mask to determine that certain events are not of interest. In particular if a group registers a mask including FS_OPEN on a vfsmount they could add FS_OPEN to the ignored_mask for individual inodes and not send open events for those inodes. Signed-off-by: Eric Paris <eparis@redhat.com>