commit | b9e4e3bd0495fea9e8f8e712889c9cd8ffa43c94 | [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 | 914a16f5098cf0ee3e01e6d47e6c7c9bf3613899 | |
parent | 32a4df13b88afef2a7d869bb7586a7beba90961f [diff] |
fanotify: allow users to set an ignored_mask Change the sys_fanotify_mark() system call so users can set ignored_masks on inodes. Remember, if a user new sets a real mask, and only sets ignored masks, the ignore will never be pinned in memory. Thus ignored_masks can be lost under memory pressure and the user may again get events they previously thought were ignored. Signed-off-by: Eric Paris <eparis@redhat.com>