From: Eric Paris Date: Thu, 21 May 2009 21:01:37 +0000 (-0400) Subject: fsnotify: generic notification queue and waitq X-Git-Tag: v2.6.31-rc1~381^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2d8bc6cb4a3024661baf877242f123787d0c054;p=pandora-kernel.git 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 Acked-by: Al Viro Cc: Christoph Hellwig --- Reading git-diff-tree failed