summaryrefslogtreecommitdiffstats
path: root/contrib/llvm/tools/clang/lib/Sema/SemaCodeComplete.cpp
diff options
context:
space:
mode:
authorrmacklem <rmacklem@FreeBSD.org>2015-05-14 22:50:07 +0000
committerrmacklem <rmacklem@FreeBSD.org>2015-05-14 22:50:07 +0000
commitad5b8ec6b444821c0dce4a3e0a73d8179d1dd4e1 (patch)
treeff92e857839a20a5def9e2ed0b79962fc1029aa5 /contrib/llvm/tools/clang/lib/Sema/SemaCodeComplete.cpp
parentb07f4ac2f0b035d9617f6097c18d4932104b0d5d (diff)
downloadFreeBSD-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
OpenPOWER on IntegriCloud