[Bug 177971] [nfs] FreeBSD 9.1 nfs client dirlist problem w/ nfsv3,rsize=4096,wsize=4096

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Oct 29 00:32:14 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=177971

Rick Macklem <rmacklem at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rmacklem at FreeBSD.org
           Assignee|freebsd-fs at FreeBSD.org      |rmacklem at FreeBSD.org

--- Comment #4 from Rick Macklem <rmacklem at FreeBSD.org> ---
Created attachment 162553
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=162553&action=edit
patch to fix this problem

I think this patch will fix the problem. When f_iosize
which sets bo_bsize is less than the size of a buffer
cache buffer problems occur. NFS_DIRBLKSIZ (8K) is the
size of the buffer cache blocks used for directories and
without this patch, rsize=4096 would set f_iosize->bo_bsize
to 4096.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-fs mailing list