]> git.dujemihanovic.xyz Git - linux.git/commit
rpcrdma: Use XA_FLAGS_ALLOC instead of XA_FLAGS_ALLOC1
authorChuck Lever <chuck.lever@oracle.com>
Mon, 12 Aug 2024 15:47:58 +0000 (11:47 -0400)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Mon, 19 Aug 2024 15:50:41 +0000 (11:50 -0400)
commit6b3b023e2d0c130235c0e494f77df2a9a64ab6a2
tree1ac7b12dd95e80773c5398945731f77ee23d7622
parentde48aad2a8e80ba026ca91c383f590f0bf97b3c0
rpcrdma: Use XA_FLAGS_ALLOC instead of XA_FLAGS_ALLOC1

Nit: The built-in xa_limit_32b range starts at 0, but
XA_FLAGS_ALLOC1 configures the xarray's allocator to start at 1.
Adopt the more conventional XA_FLAGS_ALLOC because there's no
mechanical reason to skip 0.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
net/sunrpc/xprtrdma/ib_client.c