From: Eric Paris Date: Thu, 28 Oct 2010 21:21:56 +0000 (-0400) Subject: fsnotify: call fsnotify_parent in perm events X-Git-Tag: v2.6.37-rc1~17^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52420392c81c8712f555e6bcd116d8bd214ce43a;p=pandora-kernel.git fsnotify: call fsnotify_parent in perm events fsnotify perm events do not call fsnotify parent. That means you cannot register a perm event on a directory and enforce permissions on all inodes in that directory. This patch fixes that situation. Signed-off-by: Eric Paris --- Reading git-diff-tree failed