]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Clip the settings for the NFS rsize, wsize mount options
authorrmacklem <rmacklem@FreeBSD.org>
Wed, 22 Oct 2014 22:27:51 +0000 (22:27 +0000)
committerrmacklem <rmacklem@FreeBSD.org>
Wed, 22 Oct 2014 22:27:51 +0000 (22:27 +0000)
commit8695c1d28501360804c552e66a05538569eca70a
tree32e60d5a3075b8b6df7d071bb4139db04494e3b4
parentd26983570dd82c361ef12b8744b1c412d67dcf71
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.

Reported by: tcberner@gmail.com
MFC after: 2 weeks
sys/fs/nfsclient/nfs_clvfsops.c