]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Give flushbuflist() a struct bufv as first argument and avoid home-rolling
authorphk <phk@FreeBSD.org>
Tue, 11 Jan 2005 10:01:54 +0000 (10:01 +0000)
committerphk <phk@FreeBSD.org>
Tue, 11 Jan 2005 10:01:54 +0000 (10:01 +0000)
commit649a01e1a513c0ebe5f2c4840ed4bea292e7a9c4
treef13fb0abff892f84d58b0d23cd6e7f50190ce540
parent3c63be9389dfd166a187681cc5cfa7df2d60887a
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.
sys/kern/vfs_subr.c