• T
    ext4: yield during large unlinks · 76828c88
    Theodore Ts'o 提交于
    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: N"Theodore Ts'o" <tytso@mit.edu>
    76828c88
extents.c 131.1 KB