Re: [PATCH v3] f2fs: rebuild nat_bits during umount

2019-03-03 Thread Chao Yu
On 2019/3/2 1:55, Jaegeuk Kim wrote: > On 02/28, Chao Yu wrote: >> Ping, >> >> Could you please try this new version? > > It's in the queue, and I'll test this after the next pull request. Okay. :) Thanks, > >> >> On 2019/2/17 6:26, Chao Yu wrote: >>> From: Chao Yu >>> >>> If all free_nat_bit

Re: [PATCH v3] f2fs: rebuild nat_bits during umount

2019-03-01 Thread Jaegeuk Kim
On 02/28, Chao Yu wrote: > Ping, > > Could you please try this new version? It's in the queue, and I'll test this after the next pull request. > > On 2019/2/17 6:26, Chao Yu wrote: > > From: Chao Yu > > > > If all free_nat_bitmap are available, we can rebuild nat_bits from > > free_nat_bitmap

Re: [PATCH v3] f2fs: rebuild nat_bits during umount

2019-02-27 Thread Chao Yu
Ping, Could you please try this new version? On 2019/2/17 6:26, Chao Yu wrote: > From: Chao Yu > > If all free_nat_bitmap are available, we can rebuild nat_bits from > free_nat_bitmap entirely during umount, let's make another chance > to reenable nat_bits for image. > > Signed-off-by: Chao Yu