From: Eric Paris Date: Tue, 3 Jan 2012 19:23:06 +0000 (-0500) Subject: audit: drop some potentially inadvisable likely notations X-Git-Tag: v3.3-rc1~23^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56179a6ec65a56e0279a58e35cb450d38f061b94;p=pandora-kernel.git audit: drop some potentially inadvisable likely notations The audit code makes heavy use of likely() and unlikely() macros, but they don't always make sense. Drop any that seem questionable and let the computer do it's thing. Signed-off-by: Eric Paris --- Reading git-diff-tree failed