commit | a2d8bc6cb4a3024661baf877242f123787d0c054 | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Thu May 21 17:01:37 2009 -0400 |
committer | Eric Paris <eparis@redhat.com> | Thu Jun 11 14:57:53 2009 -0400 |
tree | 4ff3f93877a8992d5383c14fb6012ab9b1954660 | |
parent | 3c5119c05d624f95f4967d16b38c9624b816bdb9 [diff] |
fsnotify: generic notification queue and waitq inotify needs to do asyc notification in which event information is stored on a queue until the listener is ready to receive it. This patch implements a generic notification queue for inotify (and later fanotify) to store events to be sent at a later time. Signed-off-by: Eric Paris <eparis@redhat.com> Acked-by: Al Viro <viro@zeniv.linux.org.uk> Cc: Christoph Hellwig <hch@lst.de>