diff options
author | Dave Chinner <dchinner@redhat.com> | 2015-11-03 12:37:02 +1100 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2015-11-03 12:37:02 +1100 |
commit | 01a155e6cf7db1a8ff2aa73162d7d9ec05ad298f (patch) | |
tree | 5175a3ee994d05257bde3949743cd7803e9a347e /block/blk-mq-sysfs.c | |
parent | 1ca191576fc862b4766f58e41aa362b28a7c1866 (diff) | |
download | blackbird-op-linux-01a155e6cf7db1a8ff2aa73162d7d9ec05ad298f.tar.gz blackbird-op-linux-01a155e6cf7db1a8ff2aa73162d7d9ec05ad298f.zip |
xfs: DAX does not use IO completion callbacks
For DAX, we are now doing block zeroing during allocation. This
means we no longer need a special DAX fault IO completion callback
to do unwritten extent conversion. Because mmap never extends the
file size (it SEGVs the process) we don't need a callback to update
the file size, either. Hence we can remove the completion callbacks
from the __dax_fault and __dax_mkwrite calls.
Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
Diffstat (limited to 'block/blk-mq-sysfs.c')
0 files changed, 0 insertions, 0 deletions