commit | 1201a5361b9bd6512ae01e6f2b7aa79d458cafb1 | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Thu Dec 17 21:24:22 2009 -0500 |
committer | Eric Paris <eparis@redhat.com> | Wed Jul 28 09:58:49 2010 -0400 |
tree | bfbb10b38b6b32b773a43cc371b5d31a9ce3fe51 | |
parent | b4e4e1407312ae5a267ed7d716e6d4e7120a8430 [diff] |
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>