NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/39307 CVS commit: src/sys
The following reply was made to PR kern/39307; it has been noted by GNATS.
From: Andrew Doran <ad%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/39307 CVS commit: src/sys
Date: Thu, 25 Sep 2008 14:17:29 +0000 (UTC)
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