commit | dd3ffbc918f920bea3219e453262346cbf6148ca | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Tue Jan 27 13:11:04 2015 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue Jan 27 13:11:18 2015 -0500 |
tree | ef467631fd5d40336cd2a590b09b075c26605c26 | |
parent | f21c30d90cdae684b106402c001010aa90e9d637 [diff] |
tune2fs: disable csum verification before resizing inode When we're turning on metadata checksumming /and/ resizing the inode at the same time, disable checksum verification during the resize_inode() call because the subroutines it calls will try to verify the checksums (which have not yet been set), causing the operation to fail unnecessarily. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>