diff options
author | Ilya Dryomov <idryomov@gmail.com> | 2018-11-16 13:58:19 +0300 |
---|---|---|
committer | Ilya Dryomov <idryomov@gmail.com> | 2018-12-26 17:56:04 +0300 |
commit | 3239eb5215ebdef593a79316c9dbbdf8849166ec (patch) | |
tree | f76919e91cc7fcc004eac6a4c9364c110338e3c5 /drivers/nvmem | |
parent | 1f6b821aef78e3d79e8d598ae59fc7e23fb6c563 (diff) | |
download | linux-3239eb5215ebdef593a79316c9dbbdf8849166ec.tar.xz |
libceph: use sock_no_sendpage() as a fallback in ceph_tcp_sendpage()
sock_no_sendpage() makes the code cleaner.
Also, don't set MSG_EOR. sendpage doesn't act on MSG_EOR on its own,
it just honors the setting from the preceding sendmsg call by looking
at ->eor in tcp_skb_can_collapse_to().
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Diffstat (limited to 'drivers/nvmem')
0 files changed, 0 insertions, 0 deletions