commit | f150b4234397448c6abab8785e58a222bfd9ec00 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Sat Oct 19 09:09:46 2019 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Mon Oct 21 09:04:58 2019 -0700 |
tree | d9874d9be9e56dffbc1f882461c43e242b14d9bc | |
parent | a526c85c22363a145be4feb6deb895eeee484ca1 [diff] |
xfs: split the iomap ops for buffered vs direct writes Instead of lots of magic conditionals in the main write_begin handler this make the intent very clear. Thing will become even better once we support delayed allocations for extent size hints and realtime allocations. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>