Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
audit: correct audit_filter_inodes() definition
After changes in commit 0590b93 ("fixing audit rule ordering mess, part 1"), audit_filter_inodes() returns void, so if CONFIG_AUDITSYSCALL not defined, it should be do {} while(0). Signed-off-by: Xiu Jianfeng <[email protected]> Signed-off-by: Paul Moore <[email protected]>
- Loading branch information