From: Jan Kara Date: Tue, 13 May 2008 23:11:51 +0000 (-0400) Subject: ext4: fix synchronization of quota files in journal=data mode X-Git-Tag: v2.6.26-rc3~25^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0623543b3335c8e439cacf21af99bbf45da42c5a;p=pandora-kernel.git ext4: fix synchronization of quota files in journal=data mode In journal=data mode, it is not enough to do write_inode_now as done in vfs_quota_on() to write all data to their final location (which is needed for quota_read to work correctly). Calling journal_flush() does its job. Cc: Signed-off-by: Jan Kara Signed-off-by: Andrew Morton Signed-off-by: Mingming Cao Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed