Revert "vnode read(2)/write(2): acquire rangelock regardless of do_vn_io_fault()" This reverts commit 5b353925ff61b9ddb97bb453ba75278b578ed7d9. The reason is the lesser scalability of the vnode' rangelock comparing with the vnode lock. Requested by: mjg
vnode io: request range-locking when pgcache reads are enabled PR: 272678
tmpfs: add a knob to enable pgcache read for mount