/openbmc/linux/arch/mips/kernel/ |
H A D | elf.c | diff bdd1d2d3d251c65b74ac4493e08db18971c09240 Fri Sep 01 10:39:13 CDT 2017 Christoph Hellwig <hch@lst.de> 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>
|
/openbmc/linux/fs/ecryptfs/ |
H A D | read_write.c | diff bdd1d2d3d251c65b74ac4493e08db18971c09240 Fri Sep 01 10:39:13 CDT 2017 Christoph Hellwig <hch@lst.de> 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>
|
/openbmc/linux/security/keys/ |
H A D | big_key.c | diff bdd1d2d3d251c65b74ac4493e08db18971c09240 Fri Sep 01 10:39:13 CDT 2017 Christoph Hellwig <hch@lst.de> 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>
|
/openbmc/linux/fs/coda/ |
H A D | dir.c | diff bdd1d2d3d251c65b74ac4493e08db18971c09240 Fri Sep 01 10:39:13 CDT 2017 Christoph Hellwig <hch@lst.de> 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>
|
/openbmc/linux/fs/ |
H A D | binfmt_misc.c | diff bdd1d2d3d251c65b74ac4493e08db18971c09240 Fri Sep 01 10:39:13 CDT 2017 Christoph Hellwig <hch@lst.de> 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>
|
H A D | binfmt_flat.c | diff bdd1d2d3d251c65b74ac4493e08db18971c09240 Fri Sep 01 10:39:13 CDT 2017 Christoph Hellwig <hch@lst.de> 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>
|
H A D | binfmt_elf_fdpic.c | diff bdd1d2d3d251c65b74ac4493e08db18971c09240 Fri Sep 01 10:39:13 CDT 2017 Christoph Hellwig <hch@lst.de> 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>
|
H A D | read_write.c | diff bdd1d2d3d251c65b74ac4493e08db18971c09240 Fri Sep 01 10:39:13 CDT 2017 Christoph Hellwig <hch@lst.de> 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>
|
H A D | binfmt_elf.c | diff bdd1d2d3d251c65b74ac4493e08db18971c09240 Fri Sep 01 10:39:13 CDT 2017 Christoph Hellwig <hch@lst.de> 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>
|
H A D | exec.c | diff bdd1d2d3d251c65b74ac4493e08db18971c09240 Fri Sep 01 10:39:13 CDT 2017 Christoph Hellwig <hch@lst.de> 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>
|
/openbmc/linux/net/9p/ |
H A D | trans_fd.c | diff bdd1d2d3d251c65b74ac4493e08db18971c09240 Fri Sep 01 10:39:13 CDT 2017 Christoph Hellwig <hch@lst.de> 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>
|
/openbmc/linux/include/linux/ |
H A D | fs.h | diff bdd1d2d3d251c65b74ac4493e08db18971c09240 Fri Sep 01 10:39:13 CDT 2017 Christoph Hellwig <hch@lst.de> 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>
|