NetBSD/sys/ufs/ffs
mlelstv 0bbad10443 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.
2017-08-13 21:00:58 +00:00
..
ffs_alloc.c Don't time out the discard work queue here. Either destroying a work queue 2017-08-13 21:00:58 +00:00
ffs_appleufs.c
ffs_balloc.c
ffs_bswap.c
ffs_extern.h
ffs_inode.c #if DIAGNOSTIC panic ---> KASSERT 2017-03-18 05:20:04 +00:00
ffs_quota2.c
ffs_snapshot.c remove checks for failure after memory allocation calls that cannot fail: 2017-06-01 02:45:05 +00:00
ffs_subr.c
ffs_tables.c
ffs_vfsops.c Remove unused argument "nextp" from vfs_busy() and vfs_unbusy(). 2017-04-17 08:32:00 +00:00
ffs_vnops.c Make VOP_RECLAIM do the last unlock of the vnode. 2017-05-26 14:20:59 +00:00
ffs_wapbl.c No need to call vgone() on the just created in file system log vnode, 2017-05-28 16:37:55 +00:00
fs.h
Makefile