kan         2004/02/27 14:02:15 PST
  FreeBSD src repository
  Modified files:
    sys/vm               vm_mmap.c 
  Log:
  Move the code dealing with vnode out of several functions into a single
  helper function vm_mmap_vnode.
  
  Discussed with: jeffr,alc (a while ago)
  
  Revision  Changes    Path
  1.180     +136 -156  src/sys/vm/vm_mmap.c