Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1554148
| From | Chao Yu <yuchao0@huawei.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [f2fs-dev] [PATCH 3/5] f2fs: check in-memory block bitmap |
| Date | 2017-01-09 09:50 +0100 |
| Message-ID | <sXDOq-1PC-3@gated-at.bofh.it> (permalink) |
| References | <sWWT7-7D1-15@gated-at.bofh.it> <sXdTX-1Ue-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi Jaegeuk,
On 2017/1/8 13:02, Jaegeuk Kim wrote:
>> @@ -2786,6 +2811,7 @@ static void destroy_sit_info(struct f2fs_sb_info *sbi)
>> if (sit_i->sentries) {
>> for (start = 0; start < MAIN_SEGS(sbi); start++) {
>> kfree(sit_i->sentries[start].cur_valid_map);
>
> I added:
>
> #ifdef CONFIG_F2FS_CHECK_FS
Oops, thanks for fixing it. :)
Thanks,
>
>> + kfree(sit_i->sentries[start].cur_valid_map_mir);
>
> #endif
>
> Thanks,
>
> .
>
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 3/5] f2fs: check in-memory block bitmap Chao Yu <yuchao0@huawei.com> - 2017-01-07 12:00 +0100
Re: [f2fs-dev] [PATCH 3/5] f2fs: check in-memory block bitmap Jaegeuk Kim <jaegeuk@kernel.org> - 2017-01-08 06:10 +0100
Re: [f2fs-dev] [PATCH 3/5] f2fs: check in-memory block bitmap Chao Yu <yuchao0@huawei.com> - 2017-01-09 09:50 +0100
csiph-web