Skip to content
Commit 589d8ade authored by Josef Bacik's avatar Josef Bacik
Browse files

Btrfs: try not to sleep as much when doing slow caching



When the fs is super full and we unmount the fs, we could get stuck in this
thing where unmount is waiting for the caching kthread to make progress and the
caching kthread keeps scheduling because we're in the middle of a commit.  So
instead just let the caching kthread keep going and only yeild if
need_resched().  This makes my horrible umount case go from taking up to 10
minutes to taking less than 20 seconds.  Thanks,

Signed-off-by: default avatarJosef Bacik <josef@redhat.com>
parent d82a6f1d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment