From: Eric Paris Date: Fri, 18 Dec 2009 02:24:22 +0000 (-0500) Subject: fsnotify: replace an event on a list X-Git-Tag: v2.6.36-rc1~303^2~107 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1201a5361b9bd6512ae01e6f2b7aa79d458cafb1;p=pandora-kernel.git 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 --- Reading git-diff-tree failed