From: Artem Bityutskiy Date: Sun, 28 Dec 2008 06:16:32 +0000 (+0200) Subject: UBIFS: always commit in sync_fs X-Git-Tag: Release-2010-05/1~3^2~133 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d594bc8f7f2c3fd4276fdaf404770096e4257813;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