commit | 0a6b6bd5919a65030b557ec8fe81f6fb3e93744a | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Fri Oct 14 17:43:39 2011 -0400 |
committer | Eric Paris <eparis@redhat.com> | Tue Dec 11 13:44:36 2012 -0500 |
tree | 940e38b5cc9d7fdb5804748842b555af554ed32f | |
parent | 6960b0d909cde5bdff49e4e5c1250edd10be7ebd [diff] |
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>