RE: 答复: [f2fs-dev] [PATCH] f2fs: prevent newly created inode from being dirtied incorrectly

2018-01-11 Thread 정대호
Hi Zhikang, We dropped vfs caches periodically to reproduce the kernel panic using drop cache command. I mean you have to trigger a checkpoint right after f2fs_mark_inode_dirty_sync() for a new inode. We don't have any special test cases for that and we just triggered to drop caches periodicall

Re: [PATCH v2] f2fs: handle newly created page when revoking inmem pages

2018-01-11 Thread 정대호
Yes, Chao, you're right. :)   - Original Message - Sender : Chao Yu  Date : 2018-01-11 18:55 (GMT+9) Title : Re: [PATCH v2] f2fs: handle newly created page when revoking inmem pages     > I guess Daeho want to say "Partially successful"?   > Thanks,