|
@@ -624,7 +624,7 @@ int ext4_has_free_blocks(struct ext4_sb_info *sbi, s64 nblocks)
|
|
|
return 1;
|
|
|
|
|
|
/* Hm, nope. Are (enough) root reserved blocks available? */
|
|
|
- if (sbi->s_resuid == current->fsuid ||
|
|
|
+ if (sbi->s_resuid == current_fsuid() ||
|
|
|
((sbi->s_resgid != 0) && in_group_p(sbi->s_resgid)) ||
|
|
|
capable(CAP_SYS_RESOURCE)) {
|
|
|
if (free_blocks >= (nblocks + dirty_blocks))
|