summaryrefslogtreecommitdiffstats
path: root/tools/firmware
diff options
context:
space:
mode:
authorColy Li <colyli@suse.de>2020-10-02 16:27:32 +0800
committerDavid S. Miller <davem@davemloft.net>2020-10-02 15:27:08 -0700
commitfb25ebe1b212c37781b23a7f7cd21c0bb2f6eb83 (patch)
tree19cdd260da086f4005c3950692e38fdb77a92b2a /tools/firmware
parentcf83a17edeeb36195596d2dae060a7c381db35f1 (diff)
downloadlinux-stable-fb25ebe1b212c37781b23a7f7cd21c0bb2f6eb83.tar.gz
linux-stable-fb25ebe1b212c37781b23a7f7cd21c0bb2f6eb83.tar.bz2
linux-stable-fb25ebe1b212c37781b23a7f7cd21c0bb2f6eb83.zip
drbd: code cleanup by using sendpage_ok() to check page for kernel_sendpage()
In _drbd_send_page() a page is checked by following code before sending it by kernel_sendpage(), (page_count(page) < 1) || PageSlab(page) If the check is true, this page won't be send by kernel_sendpage() and handled by sock_no_sendpage(). This kind of check is exactly what macro sendpage_ok() does, which is introduced into include/linux/net.h to solve a similar send page issue in nvme-tcp code. This patch uses macro sendpage_ok() to replace the open coded checks to page type and refcount in _drbd_send_page(), as a code cleanup. Signed-off-by: Coly Li <colyli@suse.de> Cc: Philipp Reisner <philipp.reisner@linbit.com> Cc: Sagi Grimberg <sagi@grimberg.me> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/firmware')
0 files changed, 0 insertions, 0 deletions