]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
SUNRPC: Silence compiler complaints about tautological comparisons
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Wed, 13 Sep 2023 20:12:33 +0000 (16:12 -0400)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Fri, 15 Sep 2023 19:50:39 +0000 (15:50 -0400)
commit993b5662f302628db4eb358d69b2720c88cbfaf0
treeb257399d294e6d3e23fd0f80f14b843a73b8d545
parentc656a4d5484ad99e97de549a9affc12a91d94963
SUNRPC: Silence compiler complaints about tautological comparisons

On 64-bit systems, the compiler will complain that the comparison
between SIZE_MAX and the 32-bit unsigned int 'len' is unnecessary.

Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
include/linux/sunrpc/xdr.h