Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ext4: Fix s_dirty_blocks_counter if block allocation failed with node…
…lalloc With nodelalloc option we need to update the dirty block counter on block allocation failure. This is needed because we increment the dirty block counter early in the block allocation phase. Without the patch s_dirty_blocks_counter goes wrong so that filesystem's free blocks decreases incorrectly. Tested-by: Akira Fujita <[email protected]> Signed-off-by: Aneesh Kumar K.V <[email protected]> Signed-off-by: "Theodore Ts'o" <[email protected]> Cc: [email protected]
- Loading branch information