fanotify: ignored_mask to ignore events
authorEric Paris <eparis@redhat.com>
Fri, 18 Dec 2009 02:24:33 +0000 (21:24 -0500)
committerEric Paris <eparis@redhat.com>
Wed, 28 Jul 2010 13:59:00 +0000 (09:59 -0400)
commit32a4df13b88afef2a7d869bb7586a7beba90961f
tree851f113874bd627725f2596750bb6437d9b228f1
parent33af5e32e0bb73c704b5e156f4411cdb53e6cc59
fanotify: ignored_mask to ignore events

When fanotify receives an event it will check event->mask & ~ignored_mask.
If no bits are left the event will not be sent.

Signed-off-by: Eric Paris <eparis@redhat.com>
fs/notify/fanotify/fanotify.c