cvs commit: src/sys/kern vfs_subr.c

Poul-Henning Kamp phk at FreeBSD.org
Tue Jan 11 02:01:55 PST 2005


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


More information about the cvs-src mailing list