Re: [PATCH 1/2] iomap: support tail packing inline read

From: Christoph Hellwig
Date: Fri Jul 16 2021 - 05:20:05 EST


I'm pretty sure gfs2 supports direct writes to inline data, so we should
not disable it. I also think we should share the code rather than
duplicating it. Suggested version against the iomap-for-next branch
attached, but this needs careful check from Andreas (please keep him on
CC).

---