diff options
author | Jan Kara <[email protected]> | 2016-09-30 01:55:32 -0400 |
---|---|---|
committer | Theodore Ts'o <[email protected]> | 2016-09-30 01:55:32 -0400 |
commit | 4b0524aae0082272737c97d2b160d55d6e8f0b2b (patch) | |
tree | bcf0c22447beb12238736a2b61066978a81f8004 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/EventClass.py | |
parent | 9a200d075e5d05be1fcad4547a0f8aee4e2f9a04 (diff) |
ext4: allow unlocked direct IO when pages are cached
Currently we do not allow unlocked (meaning without inode_lock) direct
IO when the file has any pages cached. This check is not needed anymore
as we keep inode lock until ext4_direct_IO_write() and thus can happily
writeback and evict any pages conflicting with current direct IO write.
Signed-off-by: Jan Kara <[email protected]>
Signed-off-by: Theodore Ts'o <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/EventClass.py')
0 files changed, 0 insertions, 0 deletions