UBIFS: remove unneeded call from ubifs_sync_fs
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Mon, 20 Jul 2009 14:56:19 +0000 (17:56 +0300)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Fri, 24 Jul 2009 12:14:55 +0000 (15:14 +0300)
Nowadays VFS always synchronizes all dirty inodes and pages before
calling '->sync_fs()', so remove unneeded 'generic_sync_sb_inodes()'
from 'ubifs_sync_fs()'. It used to be needed, but not any longer.

Pointed-out-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>

No differences found