linux/fs/coda
Christoph Hellwig bdd1d2d3d2 fs: fix kernel_read prototype
Use proper ssize_t and size_t types for the return value and count
argument, move the offset last and make it an in/out argument like
all other read/write helpers, and make the buf argument a void pointer
to get rid of lots of casts in the callers.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2017-09-04 19:05:15 -04:00
..
cache.c
cnode.c
coda_cache.h
coda_fs_i.h
coda_int.h
coda_linux.c
coda_linux.h
dir.c fs: fix kernel_read prototype 2017-09-04 19:05:15 -04:00
file.c fs: implement vfs_iter_write using do_iter_write 2017-06-29 17:49:23 -04:00
inode.c
Kconfig
Makefile
pioctl.c
psdev.c
symlink.c
sysctl.c
upcall.c