diff --git a/[refs] b/[refs] index 6ffd736beb46..04fde2ee2607 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 83668e7141c7a0aa4035bde94344b81f9cf966ab +refs/heads/master: 87009d86dc045d228e21242467a67a5f99347553 diff --git a/trunk/fs/ext4/super.c b/trunk/fs/ext4/super.c index 45653af88953..ee91e29ddf95 100644 --- a/trunk/fs/ext4/super.c +++ b/trunk/fs/ext4/super.c @@ -4570,12 +4570,10 @@ static int ext4_quota_on(struct super_block *sb, int type, int format_id, static int ext4_quota_off(struct super_block *sb, int type) { - /* Force all delayed allocation blocks to be allocated */ - if (test_opt(sb, DELALLOC)) { - down_read(&sb->s_umount); + /* Force all delayed allocation blocks to be allocated. + * Caller already holds s_umount sem */ + if (test_opt(sb, DELALLOC)) sync_filesystem(sb); - up_read(&sb->s_umount); - } return dquot_quota_off(sb, type); }