cvs commit: src/sys/vm vm_map.c

Peter Wemm peter at FreeBSD.org
Tue Jul 20 22:08:11 PDT 2004


peter       2004-07-21 05:08:11 UTC

  FreeBSD src repository

  Modified files:
    sys/vm               vm_map.c 
  Log:
  Semi-gratuitous change.  Move two refcount operations to their own lines
  rather than be buried inside an if (expression).  And now that the if
  expression is the same in both exit paths, use the same ordering.
  
  Revision  Changes    Path
  1.344     +4 -2      src/sys/vm/vm_map.c


More information about the cvs-src mailing list