diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2021-03-03 13:59:12 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-03-11 13:48:03 +0100 |
commit | b2caacb95a00251ef586dac134b8614ddde7565d (patch) | |
tree | 45c8baf89c54240a9a6b921daaaaaa97f0dd8648 /drivers/md | |
parent | 44e48ebe5d17fcd0b42d7a4059eea5619737e948 (diff) | |
download | linux-rt-b2caacb95a00251ef586dac134b8614ddde7565d.tar.gz |
rsxx: Return -EFAULT if copy_to_user() fails
[ Upstream commit 77516d25f54912a7baedeeac1b1b828b6f285152 ]
The copy_to_user() function returns the number of bytes remaining but
we want to return -EFAULT to the user if it can't complete the copy.
The "st" variable only holds zero on success or negative error codes on
failure so the type should be int.
Fixes: 36f988e978f8 ("rsxx: Adding in debugfs entries.")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'drivers/md')
0 files changed, 0 insertions, 0 deletions