]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
AUDIT: Round up audit skb expansion to AUDIT_BUFSIZ.
authorDavid Woodhouse <dwmw2@shinybook.infradead.org>
Fri, 13 May 2005 15:35:19 +0000 (16:35 +0100)
committerDavid Woodhouse <dwmw2@shinybook.infradead.org>
Fri, 13 May 2005 15:35:19 +0000 (16:35 +0100)
commit9ea74f0655412d0fbd12bf9adb6c14c8fe707a42
tree8c04a9c6ed0144ff217b227fbf354f41dbceb023
parentadd671412021b68c3b4f2882b0d10a56e2dcdabe
AUDIT: Round up audit skb expansion to AUDIT_BUFSIZ.

Otherwise, we will be repeatedly reallocating, even if we're only
adding a few bytes at a time. Pointed out by Steve Grubb.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
kernel/audit.c