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
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