Skip to content
Commit 445783d0 authored by David Howells's avatar David Howells
Browse files

afs: Fix an off-by-one error in afs_send_pages()



afs_send_pages() should only put the call into the AFS_CALL_AWAIT_REPLY
state if it has sent all the pages - but the check it makes is incorrect
and sometimes it will finish the loop early.

Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
parent 7286a35e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment