fsnotify: add correlations between events
authorEric Paris <eparis@redhat.com>
Thu, 21 May 2009 21:01:47 +0000 (17:01 -0400)
committerEric Paris <eparis@redhat.com>
Thu, 11 Jun 2009 18:57:54 +0000 (14:57 -0400)
commit47882c6f51e8ef41fbbe2bbb746a1ea3228dd7ca
treed3dd3e8d0e4d3e3793f32107077839f787e35fcd
parent62ffe5dfba056f7ba81d710fee9f28c58a42fdd6
fsnotify: add correlations between events

As part of the standard inotify events it includes a correlation cookie
between two dentry move operations.  This patch includes the same behaviour
in fsnotify events.  It is needed so that inotify userspace can be
implemented on top of fsnotify.

Signed-off-by: Eric Paris <eparis@redhat.com>
Acked-by: Al Viro <viro@zeniv.linux.org.uk>
Cc: Christoph Hellwig <hch@lst.de>
fs/notify/fsnotify.c
fs/notify/notification.c
include/linux/fsnotify.h
include/linux/fsnotify_backend.h