From: Lino Sanfilippo Date: Tue, 14 Jun 2011 15:29:53 +0000 (+0200) Subject: fsnotify: dont put marks on temporary list when clearing marks by group X-Git-Tag: v3.8-rc1~11^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64c20d2a20fce295c260ea6cb3b468edfa2fb07b;p=pandora-kernel.git fsnotify: dont put marks on temporary list when clearing marks by group In clear_marks_by_group_flags() the mark list of a group is iterated and the marks are put on a temporary list. Since we introduced fsnotify_destroy_mark_locked() we dont need the temp list any more and are able to remove the marks while the mark list is iterated and the mark list mutex is held. Signed-off-by: Lino Sanfilippo Signed-off-by: Eric Paris --- Reading git-diff-tree failed