[f2fs-dev] [PATCH] f2fs: use memcpy_{to, from}_page() where possible

2022-08-18 Thread Eric Biggers
From: Eric Biggers This is simpler, and as a side effect it replaces several uses of kmap_atomic() with its recommended replacement kmap_local_page(). Signed-off-by: Eric Biggers --- fs/f2fs/inline.c | 7 ++- fs/f2fs/super.c | 10 ++ fs/f2fs/verity.c | 10 ++ 3 files chan

Re: [f2fs-dev] How to recover from "Wrong valid_user_blocks"?

2022-08-18 Thread John Kehayias via Linux-f2fs-devel
Hi, --- Original Message --- On Friday, August 12th, 2022 at 2:13 PM, Jaegeuk Kim wrote: > > On 08/12, John Kehayias via Linux-f2fs-devel wrote: > > > Hello again, > > > > As this is the main disk for a homeserver, I was anxious to get it working > > again. After reading about what se