aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/export-to-postgresql-report
diff options
context:
space:
mode:
authorColy Li <[email protected]>2020-10-02 16:27:34 +0800
committerDavid S. Miller <[email protected]>2020-10-02 15:27:08 -0700
commit40efc4dc73956e1fab177783e55f30117517c542 (patch)
treeb9afe6c323f391becaa8b69706659bfb58703bc2 /tools/perf/scripts/python/bin/export-to-postgresql-report
parent6aa25c737705466020e74ad44679d3758b8961f6 (diff)
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 <[email protected]> Acked-by: Jeff Layton <[email protected]> Cc: Ilya Dryomov <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions