From: Eric Paris Date: Fri, 18 Dec 2009 02:24:25 +0000 (-0500) Subject: fanotify: fanotify_init syscall declaration X-Git-Tag: v2.6.36-rc1~303^2~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11637e4b7dc098e9a863f0a619d55ebc60f5949e;p=pandora-kernel.git fanotify: fanotify_init syscall declaration This patch defines a new syscall fanotify_init() of the form: int sys_fanotify_init(unsigned int flags, unsigned int event_f_flags, unsigned int priority) This syscall is used to create and fanotify group. This is very similar to the inotify_init() syscall. Signed-off-by: Eric Paris --- Reading git-diff-tree failed