• David Howells's avatar
    cifs: Make wait_mtu_credits take size_t args · 56257334
    David Howells authored
    Make the wait_mtu_credits functions use size_t for the size and num
    arguments rather than unsigned int as netfslib uses size_t/ssize_t for
    arguments and return values to allow for extra capacity.
    Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
    cc: Steve French <sfrench@samba.org>
    cc: Shyam Prasad N <nspmangalore@gmail.com>
    cc: Rohith Surabattula <rohiths.msft@gmail.com>
    cc: Jeff Layton <jlayton@kernel.org>
    cc: linux-cifs@vger.kernel.org
    cc: linux-cachefs@redhat.com
    cc: netfs@lists.linux.dev
    cc: linux-mm@kvack.org
    56257334
smb2ops.c 158 KB