]> bbs.cooldavid.org Git - net-next-2.6.git/commit
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)
commit887ee17117fd23e962332b353d250ac9e090b20f
treeb871a984fe5ed99b9181846d3f89b67b92239023
parente9d6bbc428bdf0c08bbd0b3f28db2b7317cfff21
UBIFS: remove unneeded call from ubifs_sync_fs

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>
fs/ubifs/super.c