Source-Changes archive

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

CVS commit: src/sys



Module Name:    src
Committed By:   ad
Date:           Thu Sep 25 14:17:29 UTC 2008

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

Log Message:
PR kern/39307 (mfs will sometimes panic at umount time)

Change dounmount() so that it never drops the caller provided reference.
Garbage collecting 'struct mount' is up to the caller.


To generate a diff of this commit:
cvs rdiff -r1.71 -r1.72 src/sys/fs/puffs/puffs_msgif.c
cvs rdiff -r1.373 -r1.374 src/sys/kern/vfs_syscalls.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