git: kernel - Fine-grain getnewbuf() and related vfs/bio data structures (2)

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Nov 14 10:37:35 PST 2013


commit ca667d3c0f7ab59da566ebc819bbad98af5a7fe1
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Thu Nov 14 10:36:32 2013 -0800

    kernel - Fine-grain getnewbuf() and related vfs/bio data structures (2)
    
    * Fix bug where bufinit() was being called prior to SMP initialization,
      so it was only initializing the queues for one cpu instead of all of
      them.

Summary of changes:
 sys/kern/vfs_bio.c                       | 5 ++++-
 sys/platform/pc32/i386/machdep.c         | 6 ------
 sys/platform/pc64/x86_64/machdep.c       | 6 ------
 sys/platform/vkernel/i386/autoconf.c     | 2 --
 sys/platform/vkernel64/x86_64/autoconf.c | 2 --
 sys/sys/buf.h                            | 1 -
 sys/vm/vm_pager.c                        | 5 ++++-
 sys/vm/vm_pager.h                        | 1 -
 8 files changed, 8 insertions(+), 20 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ca667d3c0f7ab59da566ebc819bbad98af5a7fe1


-- 
DragonFly BSD source repository



More information about the Commits mailing list