diff options
author | Tony Asleson <tasleson@redhat.com> | 2017-09-06 08:25:57 +0200 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2017-09-06 16:17:33 +0200 |
commit | 77fa100f27475d08a569b9d51c17722130f089e7 (patch) | |
tree | f4407063000718a982fe1f5438c4cb91e776cb9f /ipc/compat.c | |
parent | bcache: correct cache_dirty_target in __update_writeback_rate() (diff) | |
download | linux-77fa100f27475d08a569b9d51c17722130f089e7.tar.xz linux-77fa100f27475d08a569b9d51c17722130f089e7.zip |
bcache: Correct return value for sysfs attach errors
If you encounter any errors in bch_cached_dev_attach it will return
a negative error code. The variable 'v' which stores the result is
unsigned, thus user space sees a very large value returned for bytes
written which can cause incorrect user space behavior. Utilize 1
signed variable to use throughout the function to preserve error return
capability.
Signed-off-by: Tony Asleson <tasleson@redhat.com>
Acked-by: Coly Li <colyli@suse.de>
Cc: stable@vger.kernel.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'ipc/compat.c')
0 files changed, 0 insertions, 0 deletions