Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
magic-lantern
magic-lantern
Commits
94950d5bd00b
Commit
dcef99e0
authored
Jul 01, 2017
by
alex@thinkpad
Browse files
fio-ml: updated comment on FIO_WriteFile
--HG-- branch : cache-fixes
parent
b97315b2ec99
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/fio-ml.c
View file @
94950d5b
...
...
@@ -530,8 +530,7 @@ int FIO_WriteFile( FILE* stream, const void* ptr, size_t count )
if
(
ptr
==
CACHEABLE
(
ptr
))
{
/* write back all data to RAM */
/* todo: check performance penalty
* is it worth cleaning only the current buffer? */
/* overhead is minimal (see selfcheck.mo for benchmark) */
clean_d_cache
();
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment