commit | 56179a6ec65a56e0279a58e35cb450d38f061b94 | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Tue Jan 03 14:23:06 2012 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Jan 17 16:16:57 2012 -0500 |
tree | 7dc8b775719d7c731f1d2c279d5e5a105309adfb | |
parent | 997f5b6444f4608692ec807fb802fd9767c80e76 [diff] |
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 <eparis@redhat.com>