Re: [f2fs-dev] [PATCH 0/3] f2fs: fix panic issue in small capacity device

2024-02-05 Thread Zhiguo Niu
On Tue, Feb 6, 2024 at 11:15 AM Jaegeuk Kim wrote: > > On 01/29, Zhiguo Niu wrote: > > A panic issue happened in a reboot test in small capacity device > > as following: > > 1.The device size is 64MB, and main area has 24 segments, and > > CONFIG_F2FS_CHECK_FS is not enabled. > > 2.There is no any

Re: [f2fs-dev] [PATCH 0/3] f2fs: fix panic issue in small capacity device

2024-02-05 Thread Jaegeuk Kim
On 01/29, Zhiguo Niu wrote: > A panic issue happened in a reboot test in small capacity device > as following: > 1.The device size is 64MB, and main area has 24 segments, and > CONFIG_F2FS_CHECK_FS is not enabled. > 2.There is no any free segments left shown in free_segmap_info, > then another writ

[f2fs-dev] [PATCH 0/3] f2fs: fix panic issue in small capacity device

2024-01-29 Thread Zhiguo Niu
A panic issue happened in a reboot test in small capacity device as following: 1.The device size is 64MB, and main area has 24 segments, and CONFIG_F2FS_CHECK_FS is not enabled. 2.There is no any free segments left shown in free_segmap_info, then another write request cause get_new_segment get a ou