[PATCH v7 07/49] audit: remove dirlen argument to audit_compare_dname_path

2012-10-01 Thread Jeff Layton
All the callers set this to NULL now. Signed-off-by: Jeff Layton --- kernel/audit.h | 3 +-- kernel/audit_watch.c | 2 +- kernel/auditfilter.c | 6 +- kernel/auditsc.c | 4 ++-- 4 files changed, 5 insertions(+), 10 deletions(-) diff --git a/kernel/audit.h b/kernel/audit.h index

[PATCH v7 07/49] audit: remove dirlen argument to audit_compare_dname_path

2012-10-01 Thread Jeff Layton
All the callers set this to NULL now. Signed-off-by: Jeff Layton jlay...@redhat.com --- kernel/audit.h | 3 +-- kernel/audit_watch.c | 2 +- kernel/auditfilter.c | 6 +- kernel/auditsc.c | 4 ++-- 4 files changed, 5 insertions(+), 10 deletions(-) diff --git a/kernel/audit.h