Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/rump/librump
Module Name: src
Committed By: pooka
Date: Thu Sep 20 23:43:45 UTC 2007
Modified Files:
src/sys/rump/librump/rumpkern: specfs.c
src/sys/rump/librump/rumpuser: rumpuser.c rumpuser.h
Log Message:
fsync() device fd if doing a non-B_ASYNC write. This makes the
file system safe, but less performant as the kernel, as it syncs
*all* outstanding dirty buffers. However, we don't have much choice
in userspace currently.
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/sys/rump/librump/rumpkern/specfs.c
cvs rdiff -r1.7 -r1.8 src/sys/rump/librump/rumpuser/rumpuser.c
cvs rdiff -r1.5 -r1.6 src/sys/rump/librump/rumpuser/rumpuser.h
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