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>
Tue, 11 Dec 2012 18:44:36 +0000 (13:44 -0500)
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>

No differences found