fs: fix kernel_write prototype
authorChristoph Hellwig <hch@lst.de>
Fri, 1 Sep 2017 15:39:14 +0000 (17:39 +0200)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 4 Sep 2017 23:05:15 +0000 (19:05 -0400)
commite13ec939e96b13e664bb6cee361cc976a0ee621a
tree9537ad39e7cc842c1f6d756aba43b1f753be9eaa
parentbdd1d2d3d251c65b74ac4493e08db18971c09240
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>
drivers/mtd/nand/nandsim.c
drivers/target/target_core_alua.c
drivers/target/target_core_file.c
drivers/target/target_core_pr.c
fs/ecryptfs/read_write.c
fs/read_write.c
include/linux/fs.h
kernel/sysctl_binary.c
security/keys/big_key.c