]> git.baikalelectronics.ru Git - kernel.git/commit
CIFS: Move unlocking pages from wdata_send_pages()
authorPavel Shilovsky <pshilov@microsoft.com>
Mon, 28 Jan 2019 19:57:00 +0000 (11:57 -0800)
committerSteve French <stfrench@microsoft.com>
Wed, 6 Mar 2019 00:10:04 +0000 (18:10 -0600)
commite92c9ecdd1be455a838cee01d9fe13e5f4dd7050
treee2f1e1c314d6c614730a980ba51aa0dc29eb2285
parentcc9b0730f88f15be5cb977aa17896e2e69e4495c
CIFS: Move unlocking pages from wdata_send_pages()

Currently wdata_send_pages() unlocks pages after sending.
This complicates further refactoring and doesn't align
with the function name. Move unlocking to writepages.

Signed-off-by: Pavel Shilovsky <pshilov@microsoft.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/file.c