Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/fs/puffs



Module Name:    src
Committed By:   pooka
Date:           Sat Feb 10 13:12:43 UTC 2007

Modified Files:
        src/sys/fs/puffs: puffs_vnops.c

Log Message:
* in write, do sync pageflush for the ubc case every 64k, otherwise
  the user file server can't really keep up and just writing and writing
  may result in kernel memory exhaustion.  this lossage is also partially
  due to the stupid way mtime + size info is handled currently, but that
  should change soon (*knock knock* ;)
* score a few debug printfs


To generate a diff of this commit:
cvs rdiff -r1.49 -r1.50 src/sys/fs/puffs/puffs_vnops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index