summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorHaotian Zhang <vulab@iscas.ac.cn>2025-12-01 19:38:01 +0800
committerDave Kleikamp <dave.kleikamp@oracle.com>2025-12-02 10:13:32 -0600
commiteb0cfcf265714b419cc3549895a00632e76732ae (patch)
tree72c7ca65a8f8b17fb40d1437571322211d4e90db /include
parent9218dc26fd922b09858ecd3666ed57dfd8098da8 (diff)
jfs: Add missing set_freezable() for freezable kthread
The jfsIOWait() thread calls try_to_freeze() but lacks set_freezable(), causing it to remain non-freezable by default. This prevents proper freezing during system suspend. Add set_freezable() to make the thread freezable as intended. Signed-off-by: Haotian Zhang <vulab@iscas.ac.cn> Signed-off-by: Dave Kleikamp <dave.kleikamp@oracle.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions