From: Jan Kara Date: Mon, 23 Jul 2012 00:29:31 +0000 (-0400) Subject: ext4: remove useless marking of superblock dirty X-Git-Tag: v3.6-rc1~69^2~7 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97a7406880f61d7f89d613cf72e87682420e66b0;p=pandora-kernel.git ext4: remove useless marking of superblock dirty Commit a0375156 properly notes that superblock doesn't need to be marked as dirty when only number of free inodes / blocks / number of directories changes since that is recomputed on each mount anyway. However that comment leaves some unnecessary markings as dirty in place. Remove these. Artem: tested using xfstests for both journalled and non-journalled ext4. Signed-off-by: Jan Kara Signed-off-by: Artem Bityutskiy Signed-off-by: "Theodore Ts'o" Tested-by: Artem Bityutskiy --- Reading git-diff-tree failed