forked from tytso/e2fsprogs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
resize2fs: quickly rewrite extent blocks when moving an inode w/ meta…
…data_csum When we're moving an inode on a metadata_csum filesystem, we need to rewrite the checksum of all interior nodes of the extent tree. The current code does this inefficiently via set_bmap, but we can do this more efficiently through direct iteration of the extent tree. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
- Loading branch information
Showing
1 changed file
with
64 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters