git: kernel - Performance tuning (2)

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Nov 14 09:51:25 PST 2013


commit 61b118a6ea2b212eb97a39faa8f2e3896b4b74c4
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Thu Nov 14 09:50:33 2013 -0800

    kernel - Performance tuning (2)
    
    * Fix but in VOP_CLOSE changes.  All calls to VOP_CLOSE() require the
      vnode to be locked shared or exclusive.  sys_swapoff() wasn't.
    
    Reported-by: swildner

Summary of changes:
 sys/vm/vm_swap.c | 8 ++++++++
 1 file changed, 8 insertions(+)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/61b118a6ea2b212eb97a39faa8f2e3896b4b74c4


-- 
DragonFly BSD source repository



More information about the Commits mailing list