diff options
| author | Davidlohr Bueso <[email protected]> | 2025-04-18 01:59:19 +0000 |
|---|---|---|
| committer | Christian Brauner <[email protected]> | 2025-04-22 16:16:08 +0000 |
| commit | f76d4c28a46a9260d85e00dafc8f46d369365d33 (patch) | |
| tree | bce6e95d80e7beb728982b3cab5493abeb9bc6e0 /drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | |
| parent | fs/ocfs2: use sleeping version of __find_get_block() (diff) | |
| download | kernel-f76d4c28a46a9260d85e00dafc8f46d369365d33.tar.gz kernel-f76d4c28a46a9260d85e00dafc8f46d369365d33.zip | |
fs/jbd2: use sleeping version of __find_get_block()
Convert to the new nonatomic flavor to benefit from potential
performance benefits and adapt in the future vs migration such
that semantics are kept.
- jbd2_journal_revoke(): can sleep (has might_sleep() in the beginning)
- jbd2_journal_cancel_revoke(): only used from do_get_write_access() and
do_get_create_access() which do sleep. So can sleep.
- jbd2_clear_buffer_revoked_flags() - only called from journal commit code
which sleeps. So can sleep.
Suggested-by: Jan Kara <[email protected]>
Reviewed-by: Jan Kara <[email protected]>
Signed-off-by: Davidlohr Bueso <[email protected]>
Link: https://kdevops.org/ext4/v6.15-rc2.html # [0]
Link: https://lore.kernel.org/all/[email protected]/ # [1]
Link: https://lore.kernel.org/[email protected]
Tested-by: [email protected]
Reviewed-by: Luis Chamberlain <[email protected]>
Signed-off-by: Christian Brauner <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_object.c')
0 files changed, 0 insertions, 0 deletions
