diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-07-17 09:53:42 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-12-17 21:55:12 +0100 |
commit | 8f1ee7557959af3367d573ec11d376f4a94e1f5e (patch) | |
tree | b679d423d55eae29d249ecea3a38c2f25a765142 /fs/ocfs2 | |
parent | b1ef956a8ba5d57c7209539b149e7e4b1d22c208 (diff) |
fscache, cachefiles: remove redundant variable 'cache'
[ Upstream commit 31ffa563833576bd49a8bf53120568312755e6e2 ]
Variable 'cache' is being assigned but is never used hence it is
redundant and can be removed.
Cleans up clang warning:
warning: variable 'cache' set but not used [-Wunused-but-set-variable]
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'fs/ocfs2')
0 files changed, 0 insertions, 0 deletions