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:23:16 +0000

 Module Name:	src
 Committed By:	jdolecek
 Date:		Wed Jun 24 16:23:16 UTC 2020
 
 Modified Files:
 	src/external/cddl/osnet/dist/uts/common/fs/zfs: dsl_scan.c
 
 Log Message:
 change dsl_scan_visitbp() to allocate blkptr_t dynamically rather than
 on-stack - this function is called recursively, and the 120 bytes per call
 add up; also remove unused variable
 
 part of fix for PR kern/55402 by Frank Kardel
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.1.1.1 -r1.2 \
     src/external/cddl/osnet/dist/uts/common/fs/zfs/dsl_scan.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