看板 DFBSD_commit 關於我們 聯絡資訊
commit b4d4af8883f70a5e9ce662c733cb54ad27fb6704 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Mon Feb 8 11:35:24 2010 -0800 mount_nfs - Make rdirplus the default * It is really high-time we made rdirplus the default for NFS mounts. It improves client directory traversals by 300%. * With a SSD meta-data swapcache on the NFS server 'disk' latencies might as well be 'fully cached in ram' always. The bottleneck becomes the network regardless of server load. * Note that linux also defaults to using rdirplus mounts. Summary of changes: sbin/mount_nfs/mount_nfs.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b4d4af8883f70a5e9ce662c733cb54ad27fb6704 -- DragonFly BSD source repository