cvs commit: src/sys/kern vfs_bio.c

[ Available lists | Index of cvs-all | Month of May 2003 | Week of 28 May 2003 | Raw email | View thread | Wrap long lines | Reply ]
From
Alan Cox <alc@FreeBSD.org>
Date
28 May 2003 11:38:11
Subject
cvs commit: src/sys/kern vfs_bio.c
Message-ID
200305281838.h4SIcBVh042237@repoman.freebsd.org


[ Hide this part ]
alc         2003/05/28 11:38:10 PDT

FreeBSD src repository

Modified files: (Branch: RELENG_4)
sys/kern vfs_bio.c
Log:
MFC changes to vmapbuf()
o Check the b_bufsize passed to vmapbuf() returning an error
if it is invalid.
o Remove an unnecessary trunc_page().
o Remove a debugging printf().

Revision Changes Path
1.242.2.20 +3 -3 src/sys/kern/vfs_bio.c


Elapsed time: 0.111 seconds