diff options
author | Li Zhijian <lizhijian@fujitsu.com> | 2022-10-24 03:31:54 +0000 |
---|---|---|
committer | Leon Romanovsky <leon@kernel.org> | 2022-10-25 08:56:32 +0300 |
commit | 686d348476ee8006087cfcbef591e28f4f91bd8b (patch) | |
tree | 2b768d96d40e1b0b4dcf20252bbdece15799fd42 /samples/landlock | |
parent | 5ac814e02ece516761d2e244cef93843df911ae0 (diff) | |
download | linux-686d348476ee8006087cfcbef591e28f4f91bd8b.tar.bz2 |
RDMA/rxe: Remove unnecessary mr testing
Before the testing, we already passed it to rxe_mr_copy() where mr could
be dereferenced. so this checking is not needed.
The only way that mr is NULL is when it reaches below line 780 with
'qp->resp.mr = NULL', which is not possible in Bob's explanation[1].
778 if (res->state == rdatm_res_state_new) {
779 if (!res->replay) {
780 mr = qp->resp.mr;
781 qp->resp.mr = NULL;
782 } else {
[1] https://lore.kernel.org/lkml/30ff25c4-ce66-eac4-eaa2-64c0db203a19@gmail.com/
Link: https://lore.kernel.org/r/1666582315-2-1-git-send-email-lizhijian@fujitsu.com
CC: Bob Pearson <rpearsonhpe@gmail.com>
Signed-off-by: Li Zhijian <lizhijian@fujitsu.com>
Reviewed-by: Bob Pearson <rpearsonhpe@gmail.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Signed-off-by: Leon Romanovsky <leon@kernel.org>
Diffstat (limited to 'samples/landlock')
0 files changed, 0 insertions, 0 deletions