NetBSD-Bugs archive

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

PR/48211 CVS commit: src/sys/ufs/ffs



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

From: "Juergen Hannken-Illjes" <hannken%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/48211 CVS commit: src/sys/ufs/ffs
Date: Mon, 16 Sep 2013 12:36:55 +0000

 Module Name:   src
 Committed By:  hannken
 Date:          Mon Sep 16 12:36:54 UTC 2013
 
 Modified Files:
        src/sys/ufs/ffs: ffs_vfsops.c
 
 Log Message:
 Function ffs_reload() works on a read-only mount, so remove the call
 to ffs_snapshot_mount() as it would panic later with "already on list"
 when remounting read-write.
 
 Should fix PR kern/48211 (Unclean shutdown with active snapshot causes
 panic during reboot)
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.287 -r1.288 src/sys/ufs/ffs/ffs_vfsops.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