cvs commit: src/sys/kern vfs_mount.c

Simon 'corecode' Schubert corecode at fs.ei.tum.de
Thu Mar 20 04:57:28 PDT 2008


Simon Schubert wrote:
  Log:
  Yield after processing a couple of vnodes to avoid running too long.
  
  This fixes the stuttering of xmms et al when sync is running.
I have the feeling that just calling lwkt_yield() doesn't necessarily 
help.  I still get the stutters.  I'd need something to yield to runnable 
userland processes, not just processes with the same prio (I suspect we're 
running in a critical section here, rendering the yield futile)

cheers
  simon
--
Serve - BSD     +++  RENT this banner advert  +++    ASCII Ribbon   /"\
Work - Mac      +++  space for low €€€ NOW!1  +++      Campaign     \ /
Party Enjoy Relax   |   http://dragonflybsd.org      Against  HTML   \
Dude 2c 2 the max   !   http://golden-apple.biz       Mail + News   / \





More information about the Commits mailing list