From: Eric Paris Date: Fri, 18 Dec 2009 01:12:05 +0000 (-0500) Subject: audit: do not get and put just to free a watch X-Git-Tag: v2.6.36-rc1~303^2~127 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a05fb6cc573130915380e00d182a4c6571cec6b2;p=pandora-kernel.git audit: do not get and put just to free a watch deleting audit watch rules is not currently done under audit_filter_mutex. It was done this way because we could not hold the mutex during inotify manipulation. Since we are using fsnotify we don't need to do the extra get/put pair nor do we need the private list on which to store the parents while they are about to be freed. Signed-off-by: Eric Paris --- Reading git-diff-tree failed