diff --git a/[refs] b/[refs] index 2bbc920047a7..b2c9f6f6463f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5a3e5cb8e08bd876e2542c1451c9a93dab1b0e39 +refs/heads/master: bfe881255c74800147523b59c85328a1a826ba21 diff --git a/trunk/fs/super.c b/trunk/fs/super.c index 18d159dc1e40..fae91ba38e48 100644 --- a/trunk/fs/super.c +++ b/trunk/fs/super.c @@ -510,7 +510,7 @@ void sync_filesystems(int wait) sb->s_count++; spin_unlock(&sb_lock); down_read(&sb->s_umount); - if (sb->s_root && (wait || sb->s_dirt)) + if (sb->s_root) sb->s_op->sync_fs(sb, wait); up_read(&sb->s_umount); /* restart only when sb is no longer on the list */