]> git.karo-electronics.de Git - karo-tx-linux.git/commit
fsnotify: make fasync generic for both inotify and fanotify
authorEric Paris <eparis@redhat.com>
Fri, 14 Oct 2011 21:43:39 +0000 (17:43 -0400)
committerEric Paris <eparis@redhat.com>
Mon, 26 Mar 2012 16:06:20 +0000 (12:06 -0400)
commit319470a74a466d540c590db0ae3b872e47162b31
tree8d0ac7f49b94b11bb28b8b1f24ec3c20373ac95f
parentfe9b25d3ee6bdf6f9c9a9ce61d9d3e144bac13ef
fsnotify: make fasync generic for both inotify and fanotify

inotify is supposed to support async signal notification when information
is available on the inotify fd.  This patch moves that support to generic
fsnotify functions so it can be used by all notification mechanisms.

Signed-off-by: Eric Paris <eparis@redhat.com>
fs/notify/fanotify/fanotify_user.c
fs/notify/group.c
fs/notify/inotify/inotify_user.c
fs/notify/notification.c
include/linux/fsnotify_backend.h