Loading fs/f2fs/checkpoint.c +4 −1 Original line number Diff line number Diff line Loading @@ -661,7 +661,10 @@ int f2fs_recover_orphan_inodes(struct f2fs_sb_info *sbi) /* Needed for iput() to work correctly and not trash data */ sbi->sb->s_flags |= SB_ACTIVE; /* Turn on quotas so that they are updated correctly */ /* * Turn on quotas which were not enabled for read-only mounts if * filesystem has quota feature, so that they are updated correctly. */ quota_enabled = f2fs_enable_quota_files(sbi, s_flags & SB_RDONLY); #endif Loading fs/f2fs/super.c +1 −4 Original line number Diff line number Diff line Loading @@ -2955,10 +2955,7 @@ static int f2fs_fill_super(struct super_block *sb, void *data, int silent) goto free_root_inode; #ifdef CONFIG_QUOTA /* * Turn on quotas which were not enabled for read-only mounts if * filesystem has quota feature, so that they are updated correctly. */ /* Enable quota usage during mount */ if (f2fs_sb_has_quota_ino(sb) && !f2fs_readonly(sb)) { err = f2fs_enable_quotas(sb); if (err) { Loading Loading
fs/f2fs/checkpoint.c +4 −1 Original line number Diff line number Diff line Loading @@ -661,7 +661,10 @@ int f2fs_recover_orphan_inodes(struct f2fs_sb_info *sbi) /* Needed for iput() to work correctly and not trash data */ sbi->sb->s_flags |= SB_ACTIVE; /* Turn on quotas so that they are updated correctly */ /* * Turn on quotas which were not enabled for read-only mounts if * filesystem has quota feature, so that they are updated correctly. */ quota_enabled = f2fs_enable_quota_files(sbi, s_flags & SB_RDONLY); #endif Loading
fs/f2fs/super.c +1 −4 Original line number Diff line number Diff line Loading @@ -2955,10 +2955,7 @@ static int f2fs_fill_super(struct super_block *sb, void *data, int silent) goto free_root_inode; #ifdef CONFIG_QUOTA /* * Turn on quotas which were not enabled for read-only mounts if * filesystem has quota feature, so that they are updated correctly. */ /* Enable quota usage during mount */ if (f2fs_sb_has_quota_ino(sb) && !f2fs_readonly(sb)) { err = f2fs_enable_quotas(sb); if (err) { Loading