MAXBSIZE defines both the largest UFS block size and the largest buffer
cache block size. This patch defines the latter as a separate constant
called MAXBCACHEBUF, so that it can be defined on a per-architecture
basis. This allows it to be made larger than MAXBSIZE, so that NFS
can use larger read/write data sizes.
Details
Details
- Reviewers
kib mav - Commits
- rS281960: MAXBSIZE defines both the largest UFS block size and the
Already tested by me and mav@.
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped