]> git.baikalelectronics.ru Git - kernel.git/commit
cifs: fix signed/unsigned mismatch on aio_read patch
authorSteve French <stfrench@microsoft.com>
Thu, 1 Nov 2018 15:54:32 +0000 (10:54 -0500)
committerSteve French <stfrench@microsoft.com>
Fri, 2 Nov 2018 19:09:42 +0000 (14:09 -0500)
commitb92f6c444006bce49df65cf28590f58f049f130b
tree7539c352ac56d64bd2eece3b2e7773f879606c0c
parent25015cd757df7d63db43d91ac741ebd63685ba4f
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: Long Li <longli@microsoft.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Reported-by: Julia Lawall <julia.lawall@lip6.fr>
fs/cifs/file.c