From: Eric Paris Date: Fri, 18 Dec 2009 02:24:22 +0000 (-0500) Subject: fsnotify: lock annotation for event replacement X-Git-Tag: v2.6.36-rc1~303^2~106 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cac69dad32899c6f4c66bb4f9baf69b0d3c7d3d1;p=pandora-kernel.git fsnotify: lock annotation for event replacement fsnotify_replace_event need to lock both the old and the new event. This causes lockdep to get all pissed off since it dosn't know this is safe. It's safe in this case since the new event is impossible to be reached from other places in the kernel. Signed-off-by: Eric Paris --- Reading git-diff-tree failed