commit | 7a62a52333f8b5b82753d9529c11b3404bc5c183 | [log] [tgz] |
---|---|---|
author | Shaohua Li <shli@fb.com> | Tue Dec 13 19:07:55 2016 -0800 |
committer | Jens Axboe <axboe@fb.com> | Tue Dec 13 21:07:08 2016 -0700 |
tree | b194e9735e3a8d5a60e5cc81c46613dc86fddcad | |
parent | d2a61918401ea8db8a6f922e98e86a66b4930cec [diff] |
block_dev: don't update file access position for sync direct IO For sync direct IO, generic_file_direct_write/generic_file_read_iter will update file access position. Don't duplicate the update in .direct_IO. This cause my raid array can't assemble. Cc: Christoph Hellwig <hch@lst.de> Cc: Jens Axboe <axboe@fb.com> Signed-off-by: Shaohua Li <shli@fb.com> Signed-off-by: Jens Axboe <axboe@fb.com>