nilfs2: call nilfs2_write_super from nilfs2_sync_fs
authorChristoph Hellwig <hch@lst.de>
Mon, 8 Jun 2009 08:08:36 +0000 (10:08 +0200)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 12 Jun 2009 01:36:17 +0000 (21:36 -0400)
commitd731e06323cb705003e4172ec209e469be4c18e1
tree636b1b2f7aaea08fa7be27b3d908fe6dbe6ec70b
parentd579ed00aa96a7f7486978540a0d7cecaff742ae
nilfs2: call nilfs2_write_super from nilfs2_sync_fs

The call to ->write_super from __sync_filesystem will go away, so make
sure nilfs2 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>
fs/nilfs2/super.c