• Jiri Kosina's avatar
    btrfs: clear PF_NOFREEZE in cleaner_kthread() · 69624913
    Jiri Kosina authored
    cleaner_kthread() kthread calls try_to_freeze() at the beginning of every
    cleanup attempt. This operation can't ever succeed though, as the kthread
    hasn't marked itself as freezable.
    
    Before (hopefully eventually) kthread freezing gets converted to fileystem
    freezing, we'd rather mark cleaner_kthread() freezable (as my
    understanding is that it can generate filesystem I/O during suspend).
    Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
    Signed-off-by: default avatarChris Mason <clm@fb.com>
    69624913
disk-io.c 120 KB