]> www.infradead.org Git - users/jedix/linux-maple.git/commit
rxrpc: Use umin() and umax() rather than min_t()/max_t() where possible
authorDavid Howells <dhowells@redhat.com>
Wed, 4 Dec 2024 07:46:31 +0000 (07:46 +0000)
committerJakub Kicinski <kuba@kernel.org>
Mon, 9 Dec 2024 21:48:23 +0000 (13:48 -0800)
commit29e03ec757292e55fa0f7efa051c84ddc4f3e668
tree7ec363023b46b2dab30cd9210058529ece5ade54
parent0e56ebde245e4799ce74d38419426f2a80d39950
rxrpc: Use umin() and umax() rather than min_t()/max_t() where possible

Use umin() and umax() rather than min_t()/max_t() where the type specified
is an unsigned type.

Signed-off-by: David Howells <dhowells@redhat.com>
cc: Marc Dionne <marc.dionne@auristor.com>
cc: linux-afs@lists.infradead.org
Link: https://patch.msgid.link/20241204074710.990092-4-dhowells@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/rxrpc/call_event.c
net/rxrpc/call_object.c
net/rxrpc/conn_client.c
net/rxrpc/input.c
net/rxrpc/insecure.c
net/rxrpc/io_thread.c
net/rxrpc/output.c
net/rxrpc/rtt.c
net/rxrpc/rxkad.c
net/rxrpc/rxperf.c
net/rxrpc/sendmsg.c