diff options
author | Jiri Kosina <jkosina@suse.cz> | 2015-11-02 03:46:58 +0100 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2015-11-02 03:46:58 +0100 |
commit | 24ba16bb3d499c49974669cd8429c3e4138ab102 (patch) | |
tree | b5ba034f8ebb7ccb73b111657d6a7cce718ef4f0 /block | |
parent | Linux 4.3-rc2 (diff) | |
download | linux-24ba16bb3d499c49974669cd8429c3e4138ab102.tar.xz linux-24ba16bb3d499c49974669cd8429c3e4138ab102.zip |
xfs: clear PF_NOFREEZE for xfsaild kthread
Since xfsaild has been converted to kthread in 0030807c, it calls
try_to_freeze() during every AIL push iteration. It however doesn't set
itself as freezable, and therefore this try_to_freeze() will never do
anything.
Before (hopefully eventually) kthread freezing gets converted to fileystem
freezing, we'd rather mark xfsaild freezable (as it can generate I/O
during suspend).
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
Diffstat (limited to 'block')
0 files changed, 0 insertions, 0 deletions