Date: Sat, 29 Nov 2008 12:40:14 +0000 (UTC) From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern vfs_vnops.c Message-ID: <200811291240.mATCeOON024537@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pjd 2008-11-29 12:40:14 UTC FreeBSD src repository Modified files: sys/kern vfs_vnops.c Log: SVN rev 185431 on 2008-11-29 12:40:14Z by pjd Improve KASSERT() call a bit: - Print flags in hex. - Note that flags can be fine and panic can be due unexpected error condition. - Remove redundant new line character. Eventhough panic message excess 80 characters keep it in one line so it is easier to grep. Revision Changes Path 1.274 +2 -1 src/sys/kern/vfs_vnops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811291240.mATCeOON024537>