commit | 9f1118223aa080021fe9751fa221590654d27669 | [log] [tgz] |
---|---|---|
author | Zhang Yi <yi.zhang@huawei.com> | Sat Jan 27 09:58:03 2024 +0800 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu Feb 01 23:59:21 2024 -0500 |
tree | 61253ec2267afc9e381fdc6276fabd929640b3c3 | |
parent | 6430dea07e85958fa87d0276c0c4388dd51e630b [diff] |
ext4: add a hole extent entry in cache after punch In order to cache hole extents in the extent status tree and keep the hole length as long as possible, re-add a hole entry to the cache just after punching a hole. Signed-off-by: Zhang Yi <yi.zhang@huawei.com> Reviewed-by: Jan Kara <jack@suse.cz> Link: https://lore.kernel.org/r/20240127015825.1608160-5-yi.zhang@huaweicloud.com Signed-off-by: Theodore Ts'o <tytso@mit.edu>