kernel - NFS - Document an issue with nfs_realign()
authorMatthew Dillon <dillon@apollo.backplane.com>
Sun, 31 Jan 2010 22:08:56 +0000 (14:08 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sun, 31 Jan 2010 22:08:56 +0000 (14:08 -0800)
commit146c31a9e8c246d6e22b41de546e4f102d23ab37
treef7424ef544941684fb198d2ec11501c57951a2f3
parenta68ed61d14435938d253ec20219136d0ee3f4044
kernel - NFS - Document an issue with nfs_realign()

* Document the fact that nfs_realign() must use blocking mbuf allocations
  or risk locking up TCP NFS mount connections due to TCP NFS mounts not
  retrying RPCs unless the link itself is lost.
sys/vfs/nfs/nfs_socket.c