From: Artem Bityutskiy Date: Thu, 22 Mar 2012 02:28:29 +0000 (-0400) Subject: ext4: do not mark superblock as dirty unnecessarily X-Git-Tag: v3.4-rc1~75^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b8b9750f07cdd6e13f12c06ae7ec853f2abbe6c;p=pandora-kernel.git ext4: do not mark superblock as dirty unnecessarily Commit a0375156ca1041574b5d47cc7e32f10b891151b0 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 Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed