commit | cac69dad32899c6f4c66bb4f9baf69b0d3c7d3d1 | [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:50 2010 -0400 |
tree | 326019945bfe57024b4e55dd0aa031cdb4413e30 | |
parent | 1201a5361b9bd6512ae01e6f2b7aa79d458cafb1 [diff] |
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 <eparis@redhat.com>