Date: Mon, 15 Oct 2001 16:02:54 -0700 (PDT) From: Tor Egge <tegge@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm swap_pager.c Message-ID: <200110152302.f9FN2sU69135@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
tegge 2001/10/15 16:02:54 PDT
Modified files:
sys/vm swap_pager.c
Log:
Don't use an uninitialized field reserved for callers in the bio structure
passed to swap_pager_strategy(). Instead, use a field reserved for drivers
and initialize it before usage.
Reviewed by: dillon
Revision Changes Path
1.165 +5 -4 src/sys/vm/swap_pager.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110152302.f9FN2sU69135>
