NetBSD-Bugs archive

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

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



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

From: "Michael van Elst" <mlelstv%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/50725 CVS commit: src/sys/ufs/ffs
Date: Sun, 13 Aug 2017 21:00:58 +0000

 Module Name:	src
 Committed By:	mlelstv
 Date:		Sun Aug 13 21:00:58 UTC 2017
 
 Modified Files:
 	src/sys/ufs/ffs: ffs_alloc.c
 
 Log Message:
 Don't time out the discard work queue here. Either destroying a work queue
 with pending work items panics or accessing freed resources from the work
 item will crash. The timeout needs to be handled gracefully by the driver
 that implements the discard operation.
 
 Fixes parts of PR 50725.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.157 -r1.158 src/sys/ufs/ffs/ffs_alloc.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