UDP and TCP zero copy code for the NFS client. The main interest
of this patch is to eliminate the use of xdr_kmap() and xdr_unmap() by replacing them with MSG_MORE. xdr_kmap() is deadlock-prone due to the fact that it has to kmap() several pages at the same time.
Showing
Please register or sign in to comment