]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitdb768db3742ff604acd9ae9bdacafa79cf592270
treed3dd3e8d0e4d3e3793f32107077839f787e35fcd
parente451180c706917393a76c95e1d2cb3825a3af3c4
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