diff options
author | Coly Li <colyli@suse.de> | 2020-10-02 16:27:34 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-10-02 15:27:08 -0700 |
commit | 40efc4dc73956e1fab177783e55f30117517c542 (patch) | |
tree | b9afe6c323f391becaa8b69706659bfb58703bc2 /tools/perf/scripts/python/syscall-counts.py | |
parent | 6aa25c737705466020e74ad44679d3758b8961f6 (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 <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/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions