Date: Tue, 11 Jan 2005 10:01:55 +0000 (UTC) From: Poul-Henning Kamp <phk@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_subr.c Message-ID: <200501111001.j0BA1t3R060772@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2005-01-11 10:01:55 UTC FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: Give flushbuflist() a struct bufv as first argument and avoid home-rolling TAILQ_FOREACH_SAFE(). Loose the error pointer argument and return any errors the normal way. Return EAGAIN for the case where more work needs to be done. Revision Changes Path 1.561 +21 -36 src/sys/kern/vfs_subr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501111001.j0BA1t3R060772>