From: Artem Bityutskiy Date: Sun, 28 Dec 2008 06:16:32 +0000 (+0200) Subject: UBIFS: always commit in sync_fs X-Git-Tag: v2.6.29-rc1~533^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f10383006c26b33539820759b9dc8656497b02a4;p=pandora-kernel.git UBIFS: always commit in sync_fs Always run commit in sync_fs, because even if the journal seems to be almost empty, there may be a deletion which removes a large file, which affects the index greatly. And because we want better free space predictions after 'sync_fs()', we have to commit. Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed