rmacklem ad5b8ec6b4 MFC: r281960
MAXBSIZE defines both the largest UFS block size and the
largest size for a buffer in the buffer cache. This patch
defines a new constant MAXBCACHEBUF, which is the largest
size for a buffer in the buffer cache. Having a separate
constant allows MAXBCACHEBUF to be set larger than MAXBSIZE
on a per-architecture basis, so that NFS can do larger read/writes
for these architectures. It modifies sys/param.h so that BKVASIZE
can also be set on a per-architecture basis.
A couple of cases where NFS used MAXBSIZE instead of NFS_MAXBSIZE
is fixed as well.
2015-05-14 22:50:07 +00:00
..
2014-08-01 21:10:41 +00:00
2015-04-30 12:44:20 +00:00
2014-12-28 07:14:38 +00:00
2014-08-01 21:10:41 +00:00
2015-04-30 12:44:20 +00:00
2014-08-01 21:10:41 +00:00
2014-08-01 21:10:41 +00:00
2015-05-14 22:50:07 +00:00
2015-04-30 12:44:20 +00:00
2014-08-07 03:50:30 +00:00
2014-08-01 21:10:41 +00:00