Patch that defines MAXBCACHEBUF separate from MAXBSIZE for review

Rick Macklem rmacklem at uoguelph.ca
Sun Apr 19 23:57:30 UTC 2015


Hi,

MAXBSIZE is both the maximum UFS block size and the maximum size
of a buffer cache block. This patch defines MAXBCACHEBUF as a
separate constant that is the maximum size of a buffer cache block.
This allows it to be set on a per-architecture basis and, therefore,
can be made larger than MAXBSIZE so that the NFS client can do larger
reads/writes, for 64bit architectures.

The patch is here for review:
  https://reviews.freebsd.org/D2330
and is also attached.

Since I've never used Phabricator, I suspect it's messed up, but
just email if you want to review this or comment and can't do it
in phabricator.

rick
-------------- next part --------------
A non-text attachment was scrubbed...
Name: buftune2.patch
Type: text/x-patch
Size: 4402 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-fs/attachments/20150419/1c2b6e8b/attachment.bin>


More information about the freebsd-fs mailing list