commit | 1cf2ce8272802e677398fab47a73713bc6e1fd5c | [log] [tgz] |
---|---|---|
author | Xiao Yang <yangx.jy@fujitsu.com> | Thu Sep 30 17:48:10 2021 +0800 |
committer | Jason Gunthorpe <jgg@nvidia.com> | Wed Oct 06 19:45:29 2021 -0300 |
tree | 81f12eaba55e66e50ccdb3e9aae1e53b5b578767 | |
parent | 0de71d7adaf03b5568d3bd34c7409d97274a4542 [diff] |
RDMA/rxe: Remove the is_user members of struct rxe_sq/rxe_rq/rxe_srq The is_user members of struct rxe_sq/rxe_rq/rxe_srq are unsed since commit ae6e843fe08d ("RDMA/rxe: Add memory barriers to kernel queues"). In this case, it is fine to remove them directly. Link: https://lore.kernel.org/r/20210930094813.226888-2-yangx.jy@fujitsu.com Signed-off-by: Xiao Yang <yangx.jy@fujitsu.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>