Loading fs/nilfs2/super.c +2 −0 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
fs/nilfs2/super.c +2 −0 Original line number Diff line number Diff line Loading @@ -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); Loading