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)
commitef31499a87cf842bdf6719f44473d93e99d09fe2
tree69ff8e2ca23ee5e56117527d88d1ff8969601332
parentd9e3f82279bfe8419f437a637ff37c075598bd91
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