]> git.baikalelectronics.ru Git - kernel.git/commit
fscache: Remove an unused static variable
authorDavid Howells <dhowells@redhat.com>
Mon, 20 Sep 2021 09:33:55 +0000 (10:33 +0100)
committerDavid Howells <dhowells@redhat.com>
Mon, 4 Oct 2021 21:13:12 +0000 (22:13 +0100)
commitce351f5fe4cb8d38f3eb8dc89c3fa94162fdff0e
tree69ff8e2ca23ee5e56117527d88d1ff8969601332
parent6d2f8e49ddd839aba0cb3521f5ca1e401eb6db6a
fscache: Remove an unused static variable

The fscache object CREATE_OBJECT work state isn't ever referred to, so
remove it and avoid the unused variable warning caused by W=1.

Signed-off-by: David Howells <dhowells@redhat.com>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
cc: linux-fsdevel@vger.kernel.org
cc: linux-doc@vger.kernel.org
Link: https://lore.kernel.org/r/163214005516.2945267.7000234432243167892.stgit@warthog.procyon.org.uk/
Link: https://lore.kernel.org/r/163281899704.2790286.9177774252843775348.stgit@warthog.procyon.org.uk/
fs/fscache/object.c