commit | e13ec939e96b13e664bb6cee361cc976a0ee621a | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri Sep 01 17:39:14 2017 +0200 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Sep 04 19:05:15 2017 -0400 |
tree | 9537ad39e7cc842c1f6d756aba43b1f753be9eaa | |
parent | bdd1d2d3d251c65b74ac4493e08db18971c09240 [diff] |
fs: fix kernel_write prototype Make the position an in/out argument like all the other read/write helpers and and make the buf argument a void pointer. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>