diff --git a/[refs] b/[refs] index e6db2a9f97dc..fba233979ce1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d579ed00aa96a7f7486978540a0d7cecaff742ae +refs/heads/master: d731e06323cb705003e4172ec209e469be4c18e1 diff --git a/trunk/fs/nilfs2/super.c b/trunk/fs/nilfs2/super.c index 11151eaa2c4a..122dc1e489fb 100644 --- a/trunk/fs/nilfs2/super.c +++ b/trunk/fs/nilfs2/super.c @@ -391,6 +391,8 @@ static int nilfs_sync_fs(struct super_block *sb, int wait) { 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);