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