Date: Wed, 21 Jul 2004 05:08:11 +0000 (UTC) From: Peter Wemm <peter@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_map.c Message-ID: <200407210508.i6L58BEl032731@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407210508.i6L58BEl032731>