diff options
author | Coly Li <colyli@suse.de> | 2020-10-02 11:27:34 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-10-03 01:27:08 +0300 |
commit | 40efc4dc73956e1fab177783e55f30117517c542 (patch) | |
tree | b9afe6c323f391becaa8b69706659bfb58703bc2 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 6aa25c737705466020e74ad44679d3758b8961f6 (diff) | |
download | linux-40efc4dc73956e1fab177783e55f30117517c542.tar.xz |
libceph: use sendpage_ok() in ceph_tcp_sendpage()
In libceph, ceph_tcp_sendpage() does the following checks before handle
the page by network layer's zero copy sendpage method,
if (page_count(page) >= 1 && !PageSlab(page))
This check is exactly what sendpage_ok() does. This patch replace the
open coded checks by sendpage_ok() as a code cleanup.
Signed-off-by: Coly Li <colyli@suse.de>
Acked-by: Jeff Layton <jlayton@kernel.org>
Cc: Ilya Dryomov <idryomov@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions