Date: Sun, 28 Jan 2007 23:36:07 +0000 (UTC) From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom geom_io.c Message-ID: <200701282336.l0SNa7qj084567@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pjd 2007-01-28 23:36:07 UTC FreeBSD src repository Modified files: sys/geom geom_io.c Log: We expect 'bio_data != NULL' for BIO_{READ,WRITE,GETATTR}, but for BIO_{DELETE,FLUSH} we expect 'bio_data == NULL'. Reviewed by: phk Revision Changes Path 1.72 +7 -2 src/sys/geom/geom_io.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701282336.l0SNa7qj084567>