Skip to content
Commit b6bc8a7b authored by Long Li's avatar Long Li Committed by Steve French
Browse files

CIFS: use the correct length when pinning memory for direct I/O for write



The current code attempts to pin memory using the largest possible wsize
based on the currect SMB credits. This doesn't cause kernel oops but this
is not optimal as we may pin more pages then actually needed.

Fix this by only pinning what are needed for doing this write I/O.

Signed-off-by: default avatarLong Li <longli@microsoft.com>
Cc: stable@vger.kernel.org
Signed-off-by: default avatarSteve French <stfrench@microsoft.com>
Reviewed-by: default avatarJoey Pabalinas <joeypabalinas@gmail.com>
parent 59a63e47
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment