diff options
author | 2025-03-20 08:52:14 +0100 | |
---|---|---|
committer | 2025-04-14 10:24:30 +0200 | |
commit | a1a56f541a8f634007de4bcb45aa3eaf803154a8 (patch) | |
tree | 63f3fa9c9ca6dd8b306dbdd58e9b8260b42464ba /scripts/lib/kdoc/kdoc_files.py | |
parent | xfs: remove the leftover xfs_{set,clear}_li_failed infrastructure (diff) | |
download | linux-rng-a1a56f541a8f634007de4bcb45aa3eaf803154a8.tar.xz linux-rng-a1a56f541a8f634007de4bcb45aa3eaf803154a8.zip |
xfs: mark xfs_buf_free as might_sleep()
xfs_buf_free can call vunmap, which can sleep. The vunmap path is an
unlikely one, so add might_sleep to ensure calling xfs_buf_free from
atomic context gets caught more easily.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
Diffstat (limited to 'scripts/lib/kdoc/kdoc_files.py')
0 files changed, 0 insertions, 0 deletions