fsnotify: replace an event on a list
authorEric Paris <eparis@redhat.com>
Fri, 18 Dec 2009 02:24:22 +0000 (21:24 -0500)
committerEric Paris <eparis@redhat.com>
Wed, 28 Jul 2010 13:58:49 +0000 (09:58 -0400)
commit1201a5361b9bd6512ae01e6f2b7aa79d458cafb1
treebfbb10b38b6b32b773a43cc371b5d31a9ce3fe51
parentb4e4e1407312ae5a267ed7d716e6d4e7120a8430
fsnotify: replace an event on a list

fanotify would like to clone events already on its notification list, make
changes to the new event, and then replace the old event on the list with
the new event.  This patch implements the replace functionality of that
process.

Signed-off-by: Eric Paris <eparis@redhat.com>
fs/notify/notification.c
include/linux/fsnotify_backend.h