Re: [f2fs-dev] [PATCH v2] f2fs-tools: do not reuse corrupted quota inodes

2023-11-17 Thread Daeho Jeong
On Fri, Nov 17, 2023 at 9:24 AM Jaegeuk Kim wrote: > > On 11/15, Chao Yu wrote: > > On 2023/10/27 8:21, Daeho Jeong wrote: > > > From: Daeho Jeong > > > > > > When we detect quota inode corruption, we better deallocate the current > > > space and allocate new ones for a clean start. > > > > > >

Re: [f2fs-dev] [PATCH v2] f2fs-tools: do not reuse corrupted quota inodes

2023-11-17 Thread Jaegeuk Kim
On 11/15, Chao Yu wrote: > On 2023/10/27 8:21, Daeho Jeong wrote: > > From: Daeho Jeong > > > > When we detect quota inode corruption, we better deallocate the current > > space and allocate new ones for a clean start. > > > > Signed-off-by: Daeho Jeong > > > > --- > > v2: change node count

Re: [f2fs-dev] [PATCH v2] f2fs-tools: do not reuse corrupted quota inodes

2023-11-15 Thread Chao Yu
On 2023/10/27 8:21, Daeho Jeong wrote: From: Daeho Jeong When we detect quota inode corruption, we better deallocate the current space and allocate new ones for a clean start. Signed-off-by: Daeho Jeong --- v2: change node count check when creating a new node block --- fsck/fsck.c|

[f2fs-dev] [PATCH v2] f2fs-tools: do not reuse corrupted quota inodes

2023-10-26 Thread Daeho Jeong
From: Daeho Jeong When we detect quota inode corruption, we better deallocate the current space and allocate new ones for a clean start. Signed-off-by: Daeho Jeong --- v2: change node count check when creating a new node block --- fsck/fsck.c| 148