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:           Wed Apr  4 16:13:52 UTC 2007

Modified Files:
        src/sys/fs/puffs: puffs_msgif.c puffs_sys.h puffs_vnops.c

Log Message:
Make it possible to interrupt waiters for fs operation completion
again.  This is useful until locking is further developed and basically
any deadlocks can be solved by killing appropriate processes.

Thanks especially to Tommi Kyntola and Antti Louko for sitting down
with me and discussing resource ownership and locking strategies
in implementing this.


To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 src/sys/fs/puffs/puffs_msgif.c
cvs rdiff -r1.29 -r1.30 src/sys/fs/puffs/puffs_sys.h
cvs rdiff -r1.56 -r1.57 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