commit | d579ed00aa96a7f7486978540a0d7cecaff742ae | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Jun 08 10:08:21 2009 +0200 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Jun 11 21:36:16 2009 -0400 |
tree | a1c988e4f97ea9e3750779ff9cfa0f12d95386e4 | |
parent | 8c8006564a58d0ea912bf7f2d0a758d97e4b464f [diff] |
jffs2: call jffs2_write_super from jffs2_sync_fs The call to ->write_super from __sync_filesystem will go away, so make sure jffs2 performs the same actions from inside ->sync_fs. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>