From: Eric Paris Date: Wed, 28 Jul 2010 14:18:37 +0000 (-0400) Subject: fanotify: groups can specify their f_flags for new fd X-Git-Tag: v2.6.36-rc1~303^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80af2588676483ac4e998b5092e9d008dab3ab62;p=pandora-kernel.git fanotify: groups can specify their f_flags for new fd Currently fanotify fds opened for thier listeners are done with f_flags equal to O_RDONLY | O_LARGEFILE. This patch instead takes f_flags from the fanotify_init syscall and uses those when opening files in the context of the listener. Signed-off-by: Eric Paris --- Reading git-diff-tree failed