From: Eric Paris Date: Fri, 18 Dec 2009 02:24:33 +0000 (-0500) Subject: fanotify: allow users to set an ignored_mask X-Git-Tag: v2.6.36-rc1~303^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9e4e3bd0495fea9e8f8e712889c9cd8ffa43c94;p=pandora-kernel.git 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 --- Reading git-diff-tree failed