Audit: remove spaces from audit_log_d_path
authorEric Paris <eparis@redhat.com>
Tue, 10 Mar 2009 22:00:14 +0000 (18:00 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 5 Apr 2009 17:49:04 +0000 (13:49 -0400)
commitdef57543418a5f47debae28a0a9dea2effc11692
tree9f27756c75502f6331c5c4260f36779a7b9555bc
parent679173b724631f49e537a15fa48ea2000bdc1808
Audit: remove spaces from audit_log_d_path

audit_log_d_path had spaces in the strings which would be emitted on the
error paths.  This patch simply replaces those spaces with an _ or removes
the needless spaces entirely.

Signed-off-by: Eric Paris <eparis@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
kernel/audit.c
kernel/auditsc.c