commit | ebc7709f65001911f275e13dd5f29b02803c0688 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Tue Jul 03 07:51:09 2018 +0100 |
committer | Shaohua Li <shli@fb.com> | Thu Jul 05 11:17:02 2018 -0700 |
tree | 62fe929e3d7e32af2a62571cc7c705e494a886f1 | |
parent | df8c676418e1eb6f7bbafc1e01983f3538584894 [diff] |
md/r5cache: remove redundant pointer bio Pointer bio is being assigned but is never used hence it is redundant and can be removed. Cleans up clang warning: warning: variable 'bio' set but not used [-Wunused-but-set-variable] Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Shaohua Li <shli@fb.com>