git: kernel - remove kprintf info about magazine capacity

John Marino marino at crater.dragonflybsd.org
Tue Mar 5 09:19:40 PST 2013


commit 126b964549e56fae007205eb927bb747a8444998
Author: John Marino <draco at marino.st>
Date:   Tue Mar 5 18:08:54 2013 +0100

    kernel - remove kprintf info about magazine capacity
    
    This kprintf was added when the magazine capacity calculation was
    modified (commit 765b1ae0159cca211559c3035641d842f28defd7).
    
    While it only emits with verbose boot, the message can become quite a
    nuisance with tmpfs mounts.  Running poudriere with verbose boot
    effectively takes away the first virtual terminal.  This information
    isn't very useful anymore, so get rid of it altogether.
    
    Approved-by: dillon

Summary of changes:
 sys/kern/kern_objcache.c | 4 ----
 1 file changed, 4 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/126b964549e56fae007205eb927bb747a8444998


-- 
DragonFly BSD source repository



More information about the Commits mailing list