| commit | 3e9dfc6e1e8bce62a329f1452c7eeccbac230980 | [log] [tgz] |
|---|---|---|
| author | Martin Brandenburg <[email protected]> | Tue Nov 06 19:54:49 2018 +0000 |
| committer | Mike Marshall <[email protected]> | Fri May 03 14:32:38 2019 -0400 |
| tree | 0624e753c394d07519e2834032626d77d25b791a | |
| parent | 43f34576042eb3256c39b502b22c6755144f7517 [diff] |
orangefs: move do_readv_writev to direct_IO direct_IO was the only caller and all direct_IO did was call it, so there's no use in having the code spread out into so many functions. Signed-off-by: Martin Brandenburg <[email protected]> Signed-off-by: Mike Marshall <[email protected]>