commit | 19319b53210c6b89c375cf395c08f156cccd83ea | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri Jun 01 09:03:06 2018 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Fri Jun 01 18:37:32 2018 -0700 |
tree | d0379f5b72aea5bbd5cf8d20738daa9aca93ff54 | |
parent | b3751e6ab45a3b92da1e4acd42ada7b6a4122f2b [diff] |
iomap: inline data should be an iomap type, not a flag Inline data is fundamentally different from our normal mapped case in that it doesn't even have a block address. So instead of having a flag for it it should be an entirely separate iomap range type. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>