Re: [f2fs-dev] [PATCH] f2fs/010: test dirty status handling on database file

2025-03-25 Thread Chao Yu via Linux-f2fs-devel
On 3/25/25 09:18, Zorro Lang wrote: > On Mon, Mar 24, 2025 at 08:38:36PM +0800, Chao Yu wrote: >> This is a regression testcase to check whether we will handle database >> inode dirty status correctly: >> 1. create a regular file, and write data into the file >> 2. start transaction on the file (vi

Re: [f2fs-dev] [PATCH] f2fs/010: test dirty status handling on database file

2025-03-24 Thread Zorro Lang via Linux-f2fs-devel
On Mon, Mar 24, 2025 at 08:38:36PM +0800, Chao Yu wrote: > This is a regression testcase to check whether we will handle database > inode dirty status correctly: > 1. create a regular file, and write data into the file > 2. start transaction on the file (via F2FS_IOC_START_ATOMIC_WRITE) > 3. write

[f2fs-dev] [PATCH] f2fs/010: test dirty status handling on database file

2025-03-24 Thread Chao Yu via Linux-f2fs-devel
This is a regression testcase to check whether we will handle database inode dirty status correctly: 1. create a regular file, and write data into the file 2. start transaction on the file (via F2FS_IOC_START_ATOMIC_WRITE) 3. write transaction data to the file 4. rename the file 5. commit and end t