From: Jan Kara Date: Tue, 27 Jul 2010 15:56:07 +0000 (-0400) Subject: ext4: Always journal quota file modifications X-Git-Tag: v2.6.36-rc1~501^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62d2b5f2dcd3707b070efb16bbfdf6947c38c194;p=pandora-kernel.git ext4: Always journal quota file modifications When journaled quota options are not specified, we do writes to quota files just in data=ordered mode. This actually causes warnings from JBD2 about dirty journaled buffer because ext4_getblk unconditionally treats a block allocated by it as metadata. Since quota actually is filesystem metadata, the easiest way to get rid of the warning is to always treat quota writes as metadata... Signed-off-by: Jan Kara Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed