DragonFly-2.1.1.445.ga6e41 master sys/vm vm_mmap.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Jan 21 08:53:51 PST 2009
commit a6e41612e54fa7b0a616c8f8d14446bab206d030
Author: Matthew Dillon <dillon at 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 at 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
More information about the Commits
mailing list