From: Eric Paris Date: Wed, 28 Jul 2010 14:18:39 +0000 (-0400) Subject: fsnotify: remove the global masks X-Git-Tag: v2.6.36-rc1~303^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03930979afa63e079e9aefd4d3dd429240711027;p=pandora-kernel.git fsnotify: remove the global masks Because we walk the object->fsnotify_marks list instead of the global fsnotify groups list we don't need the fsnotify_inode_mask and fsnotify_vfsmount_mask as these were simply shortcuts in fsnotify() for performance. They are now extra checks, rip them out. Signed-off-by: Eric Paris --- Reading git-diff-tree failed