From: Lino Sanfilippo Date: Tue, 10 Feb 2015 22:08:21 +0000 (-0800) Subject: fanotify: only destroy mark when both mask and ignored_mask are cleared X-Git-Tag: fixes-v4.0-rc1~155^2~76 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a118449a7792ea800db6f23cf6c1d2f937c2629a;p=pandora-kernel.git fanotify: only destroy mark when both mask and ignored_mask are cleared In fanotify_mark_remove_from_mask() a mark is destroyed if only one of both bitmasks (mask or ignored_mask) of a mark is cleared. However the other mask may still be set and contain information that should not be lost. So only destroy a mark if both masks are cleared. Signed-off-by: Lino Sanfilippo Reviewed-by: Jan Kara Cc: Eric Paris Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed