On Sun, Mar 24, 2024 at 08:37:17PM -0700, Eric Biggers wrote:
On Sun, Mar 24, 2024 at 07:30:12PM -0400, Sasha Levin wrote:
From: Eric Biggers ebiggers@google.com
[ Upstream commit 1517c1a7a4456f080fabc4ac9853930e4b880d14 ]
Implement 'struct iomap_ops' for f2fs, in preparation for making f2fs use iomap for direct I/O.
Note that this may be used for other things besides direct I/O in the future; however, for now I've only tested it for direct I/O.
Signed-off-by: Eric Biggers ebiggers@google.com Signed-off-by: Jaegeuk Kim jaegeuk@kernel.org Stable-dep-of: ec16b147a55b ("fs: Fix rw_hint validation") Signed-off-by: Sasha Levin sashal@kernel.org
Nacked-by: Eric Biggers ebiggers@google.com
No reason to backport this, and the f2fs mailing list wasn't even Cc'ed...
You're right, it should have been dropped when the dependency it was needed for got dropped, I'll do it now.