Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ext4: do not mark superblock as dirty unnecessarily
Commit a037515 cleaned up superblock dirtying handling, but missed one place. This patch does what was intended: if we have the journal, then we update the superblock through the journal rather than doing this directly. Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
- Loading branch information