]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
fs: make the buf argument to __kernel_write a void pointer
authorChristoph Hellwig <hch@lst.de>
Fri, 1 Sep 2017 15:39:15 +0000 (17:39 +0200)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 4 Sep 2017 23:05:15 +0000 (19:05 -0400)
commit73e18f7c0b3e1432353cdd86672c27cace7e6a7e
treeff7c1888b6830e493493ace40166ae514914e646
parente13ec939e96b13e664bb6cee361cc976a0ee621a
fs: make the buf argument to __kernel_write a void pointer

This matches kernel_read and kernel_write and avoids any need for casts in
the callers.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/read_write.c
include/linux/fs.h
kernel/acct.c