Re: [PATCH v6] iomap: support tail packing inline read

From: Christoph Hellwig
Date: Thu Jul 22 2021 - 01:39:56 EST


I think some of the language here is confusing - mostly about tail
packing when we otherwise use inline data. Can you take a look at
the version below? This mostly cleans up the terminology, adds a
new helper to check the size, and removes the error on trying to
write with a non-zero pos, as it can be trivially supported now.

---