]> Git Repo - linux.git/commit
fs: make the buf argument to __kernel_write a void pointer
authorChristoph Hellwig <[email protected]>
Fri, 1 Sep 2017 15:39:15 +0000 (17:39 +0200)
committerAl Viro <[email protected]>
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 <[email protected]>
Signed-off-by: Al Viro <[email protected]>
fs/read_write.c
include/linux/fs.h
kernel/acct.c
This page took 0.057653 seconds and 4 git commands to generate.