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:           Fri Dec 29 01:37:12 UTC 2006

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

Log Message:
Don't allow calls to be queued while MOUNTING.  We don't make any
kernel->server calls at that time and it allows a window where
operations use an incorrect root node cookie.

XXX: there's still a (very much smaller and biglock safe) race, but
that's going to be solved by some more thorough restructuring


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/sys/fs/puffs/puffs_msgif.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