Skip to content
Commit b98e26df authored by Steve French's avatar Steve French
Browse files

cifs: fix signed/unsigned mismatch on aio_read patch



The patch "CIFS: Add support for direct I/O read" had
a signed/unsigned mismatch (ssize_t vs. size_t) in the
return from one function.  Similar trivial change
in aio_write

Signed-off-by: default avatarLong Li <longli@microsoft.com>
Signed-off-by: default avatarSteve French <stfrench@microsoft.com>
Reported-by: default avatarJulia Lawall <julia.lawall@lip6.fr>
parent 8c6c9bed
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