Commit 6bd113f
committed
Merge tag 'ib-srpt-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband
Cleanups and error path fixes for the new SRP (SCSI RDMA protocol) target.
* tag 'ib-srpt-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband:
IB/srpt: Don't return freed pointer from srpt_alloc_ioctx_ring()
IB/srpt: Fix ERR_PTR() vs. NULL checking confusion
IB/srpt: Remove unneeded <linux/version.h> include
IB/srpt: Use ARRAY_SIZE() instead of open-coding
IB/srpt: Use DEFINE_SPINLOCK()/LIST_HEAD()2 files changed
+7
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
73 | | - | |
| 72 | + | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
687 | 687 | | |
688 | 688 | | |
689 | 689 | | |
| 690 | + | |
690 | 691 | | |
691 | 692 | | |
692 | 693 | | |
| |||
2595 | 2596 | | |
2596 | 2597 | | |
2597 | 2598 | | |
2598 | | - | |
| 2599 | + | |
2599 | 2600 | | |
2600 | 2601 | | |
2601 | 2602 | | |
| |||
3264 | 3265 | | |
3265 | 3266 | | |
3266 | 3267 | | |
3267 | | - | |
3268 | | - | |
| 3268 | + | |
3269 | 3269 | | |
3270 | 3270 | | |
3271 | 3271 | | |
| |||
4010 | 4010 | | |
4011 | 4011 | | |
4012 | 4012 | | |
4013 | | - | |
4014 | | - | |
4015 | | - | |
4016 | | - | |
4017 | 4013 | | |
4018 | | - | |
| 4014 | + | |
4019 | 4015 | | |
| 4016 | + | |
4020 | 4017 | | |
4021 | 4018 | | |
4022 | 4019 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
| |||
0 commit comments