commit | 35566087099c3ff8901d65ee98af56347ee66e5a | [log] [tgz] |
---|---|---|
author | Andreas Gruenbacher <agruen@suse.de> | Thu Dec 17 21:24:25 2009 -0500 |
committer | Eric Paris <eparis@redhat.com> | Wed Jul 28 09:58:54 2010 -0400 |
tree | e4e56bcf787e5f100fa1ea0138c417e1203b10ae | |
parent | ef5e2b785fb3216269e6d0656d38ec286b98dbe5 [diff] |
fsnotify: take inode->i_lock inside fsnotify_find_mark_entry() All callers to fsnotify_find_mark_entry() except one take and release inode->i_lock around the call. Take the lock inside fsnotify_find_mark_entry() instead. Signed-off-by: Andreas Gruenbacher <agruen@suse.de> Signed-off-by: Eric Paris <eparis@redhat.com>