diff options
author | Christoph Hellwig <hch@infradead.org> | 2014-02-10 10:27:43 +1100 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2014-02-10 10:27:43 +1100 |
commit | d531d91d69902e55633ed834f531aa0b48d618cc (patch) | |
tree | 2849672259c700435b616feedf02dad25c8da1ee /fs/xfs/xfs_format.h | |
parent | 6039257378e4c84da06e68230b14fef955508ce6 (diff) | |
download | linux-d531d91d69902e55633ed834f531aa0b48d618cc.tar.bz2 |
xfs: always use unwritten extents for direct I/O writes
To allow aio writes beyond i_size we need to create unwritten extents for
newly allocated blocks, similar to how we already do inside i_size.
Instead of adding another special case we now use unwritten extents
unconditionally. This also marks the end of directly allocation data
extents in all of XFS - we now always use either delalloc or unwritten
extents.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
Diffstat (limited to 'fs/xfs/xfs_format.h')
0 files changed, 0 insertions, 0 deletions