diff options
| author | Christian Brauner <brauner@kernel.org> | 2026-06-19 15:34:25 +0200 |
|---|---|---|
| committer | Christian Brauner <brauner@kernel.org> | 2026-06-29 10:27:27 +0200 |
| commit | 975065007f4c54c478b0a5987863bd4d015d28ac (patch) | |
| tree | f9ba345a559906a4acdd07c14054283bbf2de87b /tools/tracing/rtla/tests/scripts/lib/git@git.tavy.me:linux.git | |
| parent | f64d945fa137e419065f67f74e3e4875f1467826 (diff) | |
| parent | 8efd38683c81ef5f83ef14664f117c9338f6deef (diff) | |
Merge patch series "fs: refactor code to use clear_and_wake_up_bit()"
Agatha Isabelle Moreira <code@agatha.dev> says:
fs: refactor code to use clear_and_wake_up_bit()
Refactor code to use `clear_and_wake_up_bit()` instead of manual calls
to:
clear_bit_unlock();
smp_mb__after_atomic();
wake_up_bit();
The helper function `clear_and_wake_up_bit()` was introduced in
'commit 8236b0ae31c83 ("bdi: wake up concurrent wb_shutdown()
callers.")' as a generic way of doing the same sequence of operations,
but several pieces of code still remain.
Replace manual calls to the operations by a single call to
`clear_and_wake_up_bit()` to deduplicate code and standardize pathways.
Link: https://patch.msgid.link/ag4PEP52c8rxrYPc@guidai
Signed-off-by: Christian Brauner (Amutable) <brauner@kernel.org>
Diffstat (limited to 'tools/tracing/rtla/tests/scripts/lib/git@git.tavy.me:linux.git')
0 files changed, 0 insertions, 0 deletions
