diff options
author | Matthew Wilcox <[email protected]> | 2015-02-16 15:59:35 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2015-02-16 17:56:04 -0800 |
commit | 25726bc15731d42112b579cf73f30edbc43d3973 (patch) | |
tree | aa8e2d0e7d0e6c92a581c88559b03027fb8f5589 /tools/perf/util/scripting-engines/trace-event-perl.c | |
parent | 9c3ce9ec58716733232b97771b10f31901caf62e (diff) |
dax: add dax_zero_page_range
This new function allows us to support hole-punch for DAX files by zeroing
a partial page, as opposed to the dax_truncate_page() function which can
only truncate to the end of the page. Reimplement dax_truncate_page() to
call dax_zero_page_range().
[[email protected]: ported to 3.13-rc2]
[[email protected]: fix typos in comments]
Signed-off-by: Matthew Wilcox <[email protected]>
Signed-off-by: Ross Zwisler <[email protected]>
Cc: Andreas Dilger <[email protected]>
Cc: Boaz Harrosh <[email protected]>
Cc: Christoph Hellwig <[email protected]>
Cc: Dave Chinner <[email protected]>
Cc: Jan Kara <[email protected]>
Cc: Jens Axboe <[email protected]>
Cc: Kirill A. Shutemov <[email protected]>
Cc: Mathieu Desnoyers <[email protected]>
Cc: Randy Dunlap <[email protected]>
Cc: Theodore Ts'o <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-perl.c')
0 files changed, 0 insertions, 0 deletions