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)
commit258f0603beb869ba5f6a05713a1508d991baae43
treee2f1e1c314d6c614730a980ba51aa0dc29eb2285
parentc7d38dbe7d3851e52f6117d9bbbf6865066b81d9
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