On Sat, Jun 30, 2007 at 02:56:22PM -0700, ron minnich wrote:
we need to learn how to use stuff like mb(). Oh joy :-)
Isn't all that bad..
Call wmb() to "commit" writes. Call rmb() to "commit" reads. Call mb() to "commit" both.
Good thing they have short names.
//Peter