From: Eric Paris Date: Tue, 3 Jan 2012 19:23:06 +0000 (-0500) Subject: audit: remove AUDIT_SETUP_CONTEXT as it isn't used X-Git-Tag: v3.3-rc1~23^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=997f5b6444f4608692ec807fb802fd9767c80e76;p=pandora-kernel.git audit: remove AUDIT_SETUP_CONTEXT as it isn't used Audit contexts have 3 states. Disabled, which doesn't collect anything, build, which collects info but might not emit it, and record, which collects and emits. There is a 4th state, setup, which isn't used. Get rid of it. Signed-off-by: Eric Paris --- Reading git-diff-tree failed