]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3b403aaa211253c71c62507307b65f8b4cb819d8
tree9f27756c75502f6331c5c4260f36779a7b9555bc
parentf20f4d524fb6f6eb3f730e06a72e0a078c82ede3
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