diff options
author | rmacklem <rmacklem@FreeBSD.org> | 2015-05-14 22:50:07 +0000 |
---|---|---|
committer | rmacklem <rmacklem@FreeBSD.org> | 2015-05-14 22:50:07 +0000 |
commit | ad5b8ec6b444821c0dce4a3e0a73d8179d1dd4e1 (patch) | |
tree | ff92e857839a20a5def9e2ed0b79962fc1029aa5 /contrib/llvm/tools/clang/lib/Sema/SemaCodeComplete.cpp | |
parent | b07f4ac2f0b035d9617f6097c18d4932104b0d5d (diff) | |
download | FreeBSD-src-ad5b8ec6b444821c0dce4a3e0a73d8179d1dd4e1.zip FreeBSD-src-ad5b8ec6b444821c0dce4a3e0a73d8179d1dd4e1.tar.gz |
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.
Diffstat (limited to 'contrib/llvm/tools/clang/lib/Sema/SemaCodeComplete.cpp')
0 files changed, 0 insertions, 0 deletions