commit | 887ee17117fd23e962332b353d250ac9e090b20f | [log] [tgz] |
---|---|---|
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Mon Jul 20 17:56:19 2009 +0300 |
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Fri Jul 24 15:14:55 2009 +0300 |
tree | b871a984fe5ed99b9181846d3f89b67b92239023 | |
parent | e9d6bbc428bdf0c08bbd0b3f28db2b7317cfff21 [diff] |
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>