DragonFly commits List (threaded) for 2009-01
DragonFly BSD
DragonFly commits List (threaded) for 2009-01
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

DragonFly-2.1.1.445.ga6e41 master sys/vm vm_mmap.c


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 21 Jan 2009 08:53:29 -0800 (PST)

commit a6e41612e54fa7b0a616c8f8d14446bab206d030
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date:   Wed Jan 21 08:52:04 2009 -0800

    Issue 1013 - Update atime on exec, fix bug in last commit.
    
    The call from the mmap code assumed that 'handle' was a vnode.  It is not
    necessarily a vnode.  Use 'vp' instead.
    
    Reported-by: Sepherosa Ziehau <sepherosa@gmail.com>

Summary of changes:
 sys/vm/vm_mmap.c |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

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


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]