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