From: Artem Bityutskiy Date: Sun, 28 Dec 2008 06:04:17 +0000 (+0200) Subject: UBIFS: fix file-system synchronization X-Git-Tag: Release-2010-05/1~3^2~134 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38fd3b9689d540a520909b3a7b03579bd400d92e;p=pandora-kernel.git UBIFS: fix file-system synchronization Argh. The ->sync_fs call is called _before_ all inodes are flushed. This means we first sync write buffers and commit, then all inodes are synced, and we end up with unflushed write buffers! Fix this by forcing synching all indoes from 'ubifs_sync_fs()'. Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed