From: Lino Sanfilippo Date: Thu, 2 Dec 2010 10:07:09 +0000 (+0100) Subject: fanotify: only destroy a mark if both its mask and its ignored_mask are cleared X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef9bf3b7144bee6ce1da5616015cabc8771206af;p=pandora-kernel.git fanotify: only destroy a mark if both its mask and its ignored_mask are cleared Currently we destroy a mark if one of its masks - event mask or ignored mask - are cleared without checking if the other mask is also clear. With this patch we only destroy a mark if both masks are cleared. Signed-off-by: Lino Sanfilippo Signed-off-by: Eric Paris --- Reading git-diff-tree failed