Commit d297ccb
bpf: move REG_LIVE_DONE check to clean_live_states()
The next patch would add some relatively heavy-weight operation to
clean_live_states(), this operation can be skipped if REG_LIVE_DONE
is set. Move the check from clean_verifier_state() to
clean_verifier_state() as a small refactoring commit.
Signed-off-by: Eduard Zingerman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Alexei Starovoitov <[email protected]>1 parent 6b3f95c commit d297ccb
1 file changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18305 | 18305 | | |
18306 | 18306 | | |
18307 | 18307 | | |
18308 | | - | |
18309 | | - | |
18310 | | - | |
18311 | | - | |
18312 | 18308 | | |
18313 | 18309 | | |
18314 | 18310 | | |
| |||
18363 | 18359 | | |
18364 | 18360 | | |
18365 | 18361 | | |
| 18362 | + | |
| 18363 | + | |
| 18364 | + | |
18366 | 18365 | | |
18367 | 18366 | | |
18368 | 18367 | | |
| |||
0 commit comments