diff options
author | Christoph Hellwig <hch@lst.de> | 2025-03-20 10:52:14 +0300 |
---|---|---|
committer | Carlos Maiolino <cem@kernel.org> | 2025-04-14 11:24:30 +0300 |
commit | a1a56f541a8f634007de4bcb45aa3eaf803154a8 (patch) | |
tree | 63f3fa9c9ca6dd8b306dbdd58e9b8260b42464ba /scripts/gdb/linux/tasks.py | |
parent | b73e05281cd9e37b5525641ca6f4544867372533 (diff) | |
download | linux-a1a56f541a8f634007de4bcb45aa3eaf803154a8.tar.xz |
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/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions