NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/55397 CVS commit: src/sys/kern
The following reply was made to PR kern/55397; it has been noted by GNATS.
From: "Jaromir Dolecek" <jdolecek%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/55397 CVS commit: src/sys/kern
Date: Fri, 19 Jun 2020 13:49:38 +0000
Module Name: src
Committed By: jdolecek
Date: Fri Jun 19 13:49:38 UTC 2020
Modified Files:
src/sys/kern: subr_pool.c
Log Message:
bump the limit on max item size for pool_init()/pool_cache_init() up
to 1 << 24, so that the pools can be used for ZFS block allocations, which
are up to SPA_MAXBLOCKSHIFT (1 << 24)
part of PR kern/55397 by Frank Kardel
To generate a diff of this commit:
cvs rdiff -u -r1.272 -r1.273 src/sys/kern/subr_pool.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