Issue 1013 - Update atime on exec, fix bug in last commit.
authorMatthew Dillon <dillon@apollo.backplane.com>
Wed, 21 Jan 2009 16:52:04 +0000 (08:52 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Wed, 21 Jan 2009 16:52:04 +0000 (08:52 -0800)
commita6e41612e54fa7b0a616c8f8d14446bab206d030
tree205ade73ab0e453ab281dec3288cee0c2a3b4e1e
parent349433c9ce488bf66a66873bc5591529ad32500f
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>
sys/vm/vm_mmap.c