linux-stable/fs/fscache
David Howells ef31499a87 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/ # rfc v1
Link: https://lore.kernel.org/r/163281899704.2790286.9177774252843775348.stgit@warthog.procyon.org.uk/ # rfc v2
2021-10-04 22:13:12 +01:00
..
Kconfig fscache: Remove the object list procfile 2021-08-27 13:34:02 +01:00
Makefile fscache: Remove the object list procfile 2021-08-27 13:34:02 +01:00
cache.c fscache: Use refcount_t for the cookie refcount instead of atomic_t 2021-08-27 13:34:03 +01:00
cookie.c fscache: Use refcount_t for the cookie refcount instead of atomic_t 2021-08-27 13:34:03 +01:00
fsdef.c fscache: Use refcount_t for the cookie refcount instead of atomic_t 2021-08-27 13:34:03 +01:00
internal.h fscache: Use refcount_t for the cookie refcount instead of atomic_t 2021-08-27 13:34:03 +01:00
io.c fscache, cachefiles: Add alternate API to use kiocb for read/write to cache 2021-04-23 10:14:32 +01:00
main.c fscache: Fix cookie key hashing 2021-08-27 13:34:02 +01:00
netfs.c fscache: Fix fscache_cookie_put() to not deref after dec 2021-08-27 13:34:02 +01:00
object.c fscache: Remove an unused static variable 2021-10-04 22:13:12 +01:00
operation.c fscache: Fix some kerneldoc warnings shown up by W=1 2021-10-04 22:11:00 +01:00
page.c fscache, cachefiles: Remove the histogram stuff 2021-08-27 13:34:02 +01:00
proc.c fscache, cachefiles: Remove the histogram stuff 2021-08-27 13:34:02 +01:00
stats.c fscache, cachefiles: Add alternate API to use kiocb for read/write to cache 2021-04-23 10:14:32 +01:00