Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libpuffs
Module Name: src
Committed By: pooka
Date: Tue Jan 29 14:54:08 UTC 2008
Modified Files:
src/lib/libpuffs: requests.c
Log Message:
When reading a request from the kernel, only allocate as much memory
as needed to read a request instead of the maximum message size.
Insanely enough, this makes "cheap backend I/O" file systems such
dtfs and sysctlfs perform 10-30% better (depending on the average
size of incoming requests).
To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 src/lib/libpuffs/requests.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