NetBSD-Bugs archive

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

PR/37950 CVS commit: src/sys/fs/puffs



The following reply was made to PR kern/37950; it has been noted by GNATS.

From: Andrew Doran <ad%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/37950 CVS commit: src/sys/fs/puffs
Date: Tue,  6 May 2008 12:33:16 +0000 (UTC)

 Module Name:   src
 Committed By:  ad
 Date:          Tue May  6 12:33:16 UTC 2008
 
 Modified Files:
        src/sys/fs/puffs: puffs_node.c
 
 Log Message:
 PR kern/37950 Unmounting psshfs immediately panics the machine
 
 puffs_getvnode() was inserting vnodes into mnt_vnodelist without taking
 a reference to the mount for each. When vnodes are scrubbed, refs to the
 vnodes mount structure are dropped => boom.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.12 -r1.13 src/sys/fs/puffs/puffs_node.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