Source-Changes archive

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

CVS commit: src/lib/libukfs



Module Name:    src
Committed By:   pooka
Date:           Mon Mar  8 12:38:14 UTC 2010

Modified Files:
        src/lib/libukfs: ukfs.c

Log Message:
mfs is a bit off in the sense that mount(2) doesn't return since
mfs uses the mounting process for the backing store memory.  I
guess mfs could be fixed to just reference the process vmspace and
let it return, but that would probably cause wait() to return for
other worms.  So it's easier to dance according to mfs's tune: if
mounting mfs, create a thread for extra execution context.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/lib/libukfs/ukfs.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