]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - include/linux/blkdev.h
block: defer timeouts to a workqueue
[mirror_ubuntu-jammy-kernel.git] / include / linux / blkdev.h
index e711f294934cbf0362fee2bee051c2205fd5a762..221dc3bac49f7c702679fe9b6708738e27f12231 100644 (file)
@@ -407,6 +407,7 @@ struct request_queue {
 
        unsigned int            rq_timeout;
        struct timer_list       timeout;
+       struct work_struct      timeout_work;
        struct list_head        timeout_list;
 
        struct list_head        icq_list;