aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorChristoph Hellwig <[email protected]>2016-07-20 01:36:57 +0000
committerDave Chinner <[email protected]>2016-07-20 01:36:57 +0000
commitf1285ff0acf9040a39921355d07bd83a3308c402 (patch)
treeea0906759f357f47b8c1049615f1f44a7f817d5e /tools/perf/scripts/python
parentxfs: split xfs_file_read_iter into buffered and direct I/O helpers (diff)
downloadkernel-f1285ff0acf9040a39921355d07bd83a3308c402.tar.gz
kernel-f1285ff0acf9040a39921355d07bd83a3308c402.zip
xfs: stop using generic_file_read_iter for direct I/O
XFS already implement it's own flushing of the pagecache because it implements proper synchronization for direct I/O reads. This means calling generic_file_read_iter for direct I/O is rather useless, as it doesn't do much but updating the atime and iocb position for us. This also gets rid of the buffered I/O fallback that isn't used for XFS. Signed-off-by: Christoph Hellwig <[email protected]> Reviewed-by: Dave Chinner <[email protected]> Signed-off-by: Dave Chinner <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions