Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ext4: fix unjournalled bg descriptor while initializing inode bitmap
commit 61c219f upstream. The first time that we allocate from an uninitialized inode allocation bitmap, if the block allocation bitmap is also uninitalized, we need to get write access to the block group descriptor before we start modifying the block group descriptor flags and updating the free block count, etc. Otherwise, there is the potential of a bad journal checksum (if journal checksums are enabled), and of the file system becoming inconsistent if we crash at exactly the wrong time. Signed-off-by: Theodore Ts'o <[email protected]> Signed-off-by: Jiri Slaby <[email protected]>
- Loading branch information