Page MenuHomeFreeBSD

define MAXBCHACHEBUF size separate from MAXBSIZE
ActivePublic

Authored by rmacklem on Apr 19 2015, 11:22 PM.
Tags
None
Referenced Files
F124597: define_MAXBCHACHEBUF_size_separate_from_MAXBSIZE
Apr 19 2015, 11:22 PM
Subscribers
None
MAXBSIZE is both the largest block size for UFS and the largest
size for a buffer in the buffer cache. This patch defines MAXBCACHEBUF
as a separate constant for the latter, so that it can be defined
larger on a per-architecture basis for the NFS client.

Event Timeline

rmacklem changed the title of this paste from untitled to define MAXBCHACHEBUF size separate from MAXBSIZE.
rmacklem updated the paste's language from autodetect to c.