|
@@ -1193,7 +1193,7 @@ static int ext2_has_free_blocks(struct ext2_sb_info *sbi)
|
|
free_blocks = percpu_counter_read_positive(&sbi->s_freeblocks_counter);
|
|
free_blocks = percpu_counter_read_positive(&sbi->s_freeblocks_counter);
|
|
root_blocks = le32_to_cpu(sbi->s_es->s_r_blocks_count);
|
|
root_blocks = le32_to_cpu(sbi->s_es->s_r_blocks_count);
|
|
if (free_blocks < root_blocks + 1 && !capable(CAP_SYS_RESOURCE) &&
|
|
if (free_blocks < root_blocks + 1 && !capable(CAP_SYS_RESOURCE) &&
|
|
- sbi->s_resuid != current->fsuid &&
|
|
|
|
|
|
+ sbi->s_resuid != current_fsuid() &&
|
|
(sbi->s_resgid == 0 || !in_group_p (sbi->s_resgid))) {
|
|
(sbi->s_resgid == 0 || !in_group_p (sbi->s_resgid))) {
|
|
return 0;
|
|
return 0;
|
|
}
|
|
}
|