Commit 0aa0ac3
committed
FROMLIST: misc: fastrpc: Move fdlist to invoke context structure
The fdlist is currently part of the meta buffer, computed during
put_args. This leads to code duplication when preparing and reading
critical meta buffer contents used by the FastRPC driver.
Move fdlist to the invoke context structure to improve maintainability
and reduce redundancy. This centralizes its handling and simplifies
meta buffer preparation and reading logic.
Link: https://lore.kernel.org/all/20260215182136.3995111-2-ekansh.gupta@oss.qualcomm.com/
Signed-off-by: Ekansh Gupta <ekansh.gupta@oss.qualcomm.com>1 parent 6de23f8 commit 0aa0ac3
1 file changed
Lines changed: 5 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
| 236 | + | |
236 | 237 | | |
237 | 238 | | |
238 | 239 | | |
| |||
1016 | 1017 | | |
1017 | 1018 | | |
1018 | 1019 | | |
| 1020 | + | |
1019 | 1021 | | |
1020 | 1022 | | |
1021 | 1023 | | |
| |||
1118 | 1120 | | |
1119 | 1121 | | |
1120 | 1122 | | |
1121 | | - | |
1122 | | - | |
1123 | | - | |
1124 | | - | |
| 1123 | + | |
1125 | 1124 | | |
1126 | 1125 | | |
1127 | 1126 | | |
1128 | | - | |
1129 | | - | |
1130 | | - | |
1131 | | - | |
1132 | | - | |
1133 | 1127 | | |
1134 | 1128 | | |
1135 | 1129 | | |
| |||
1151 | 1145 | | |
1152 | 1146 | | |
1153 | 1147 | | |
1154 | | - | |
| 1148 | + | |
1155 | 1149 | | |
1156 | | - | |
| 1150 | + | |
1157 | 1151 | | |
1158 | 1152 | | |
1159 | 1153 | | |
| |||
0 commit comments