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@xxxxxx> Index: vfs-2.6/fs/nilfs2/super.c =================================================================== --- vfs-2.6.orig/fs/nilfs2/super.c 2009-06-05 16:23:27.776843986 +0200 +++ vfs-2.6/fs/nilfs2/super.c 2009-06-05 16:23:46.850942403 +0200 @@ -391,6 +391,8 @@ static int nilfs_sync_fs(struct super_bl { int err = 0; + nilfs_write_super(sb); + /* This function is called when super block should be written back */ if (wait) err = nilfs_construct_segment(sb); -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html