CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/04/12 10:37:39
Modified files:
sys/nfs : nfs_bio.c nfs_syscalls.c nfs_var.h nfs_vnops.c
Log message:
Don't jump the queue if we have to wait on the client side because
the nfs_bufq is full - instead tsleep waiting for one of our nfsiod's
to free up space for us in the queue so we can enqueue on the end.
ok blambert@, tedu@, oga@
