]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC: r273486
authorrmacklem <rmacklem@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 5 Nov 2014 23:12:39 +0000 (23:12 +0000)
committerrmacklem <rmacklem@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 5 Nov 2014 23:12:39 +0000 (23:12 +0000)
commit7043e6dfc2020ef14cdf6a7512e756abe49cf6c9
tree054bb5932f63d392b203ba69ad72dd6cec2436f2
parent9e4052fadc3ab4d90ed9856549d01684c84049b4
MFC: r273486
Clip the settings for the NFS rsize, wsize mount options
to a power of 2. For non-power of 2 settings, intermittent
page faults have been reported. Although the bug that causes
these page faults/crashes has not been identified, it does
not appear to occur when rsize, wsize is a power of 2.

git-svn-id: svn://svn.freebsd.org/base/stable/10@274150 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/fs/nfsclient/nfs_clvfsops.c