NetBSD-Bugs archive

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

PR/55402 CVS commit: src/external/cddl/osnet/dist/uts/common/fs/zfs



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

From: "Jaromir Dolecek" <jdolecek%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/55402 CVS commit: src/external/cddl/osnet/dist/uts/common/fs/zfs
Date: Wed, 24 Jun 2020 16:16:01 +0000

 Module Name:	src
 Committed By:	jdolecek
 Date:		Wed Jun 24 16:16:01 UTC 2020
 
 Modified Files:
 	src/external/cddl/osnet/dist/uts/common/fs/zfs: vdev_queue.c
 
 Log Message:
 reduce stack usage in vdev_queue_io_to_issue() - zio_t is about 1KB, and
 the function potentially recurses into itself
 
 part of fix for PR kern/55402 by Frank Kardel
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.1.1.3 -r1.2 \
     src/external/cddl/osnet/dist/uts/common/fs/zfs/vdev_queue.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