Searched hist:"76828 c882630ced08b5ddce22cc0095b05de9bc5" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/ext4/ |
H A D | extents.c | diff 76828c882630ced08b5ddce22cc0095b05de9bc5 Mon Jul 15 11:27:47 CDT 2013 Theodore Ts'o <tytso@mit.edu> 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: "Theodore Ts'o" <tytso@mit.edu>
|