]> git.baikalelectronics.ru Git - kernel.git/commit
fsnotify: allow groups to add private data to events
authorEric Paris <eparis@redhat.com>
Thu, 21 May 2009 21:01:50 +0000 (17:01 -0400)
committerEric Paris <eparis@redhat.com>
Thu, 11 Jun 2009 18:57:54 +0000 (14:57 -0400)
commit35360f830f73e72e396ad5ebd9736a38e815d375
treec467bc38edc7ba3154bbf6875dca635b855e1c8c
parentdb768db3742ff604acd9ae9bdacafa79cf592270
fsnotify: allow groups to add private data to events

inotify needs per group information attached to events.  This patch allows
groups to attach private information and implements a callback so that
information can be freed when an event is being destroyed.

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/dnotify/dnotify.c
fs/notify/notification.c
include/linux/fsnotify_backend.h