commit | 31303d6cbb24ba94e8b82170213bd2fde6365d9a | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Tue Oct 06 15:59:20 2015 -0400 |
committer | Trond Myklebust <trond.myklebust@primarydata.com> | Thu Oct 08 09:12:35 2015 -0400 |
tree | e0fc66713ba0f5571bc48a13b382c11903074d76 | |
parent | a26480942c99d84a7682ea4c00f47a3a42ed41d2 [diff] |
SUNRPC: Use MSG_SENDPAGE_NOTLAST in xs_send_pagedata() If we're sending more than one page via kernel_sendpage(), then set MSG_SENDPAGE_NOTLAST between the pages so that we don't send suboptimal frames (see commit 2f5338442425 and commit 35f9c09fe9c7). Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>