Skip to content
Commit 76828c88 authored by Theodore Ts'o's avatar Theodore Ts'o
Browse files

ext4: yield during large unlinks



During large unlink operations on files with extents, we can use a lot
of CPU time.  This adds a cond_resched() call when starting to examine
the next level of a multi-level extent tree.  Multi-level extent trees
are rare in the first place, and this should rarely be executed.
    
Signed-off-by: default avatar"Theodore Ts'o" <tytso@mit.edu>
parent e15f742c
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