commit | 4f65a05d1819392acdef365f387fa078baaabaab | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Mon Sep 05 16:36:19 2011 +0000 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Mon Sep 05 16:36:19 2011 +0000 |
tree | a0e33e0aa7456138366e8eff2143a8dfabfe5e25 | |
parent | 3a73e50498cc7bba3d2fd2ac31236b5a1b2c287e [diff] |
Bugfix: open_file_cache lost is_directio flag. On file retest open_file_cache lost is_directio if file wasn't changed. This caused unaligned operations under Linux to fail with EINVAL. It wasn't noticeable with AIO though, as errors wasn't properly logged.