[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <163342387890.876192.10223297869496086216.stgit@warthog.procyon.org.uk>
Date: Tue, 05 Oct 2021 09:51:18 +0100
From: David Howells <dhowells@...hat.com>
To: Trond Myklebust <trond.myklebust@...merspace.com>,
Dominique Martinet <asmadeus@...ewreck.org>
Cc: Jeff Layton <jlayton@...nel.org>, linux-fsdevel@...r.kernel.org,
linux-doc@...r.kernel.org, dhowells@...hat.com,
Marc Dionne <marc.dionne@...istor.com>,
Anna Schumaker <anna.schumaker@...app.com>,
Jeff Layton <jlayton@...nel.org>,
Mauro Carvalho Chehab <mchehab@...nel.org>,
torvalds@...ux-foundation.org,
v9fs-developer@...ts.sourceforge.net,
linux-afs@...ts.infradead.org, linux-nfs@...r.kernel.org,
linux-cachefs@...hat.com, linux-fsdevel@...r.kernel.org,
linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH v3 5/5] 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@...hat.com>
Reviewed-by: Jeff Layton <jlayton@...nel.org>
cc: linux-fsdevel@...r.kernel.org
cc: linux-doc@...r.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
---
fs/fscache/object.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/fs/fscache/object.c b/fs/fscache/object.c
index 7b9e7a366226..6a675652129b 100644
--- a/fs/fscache/object.c
+++ b/fs/fscache/object.c
@@ -77,7 +77,6 @@ static WORK_STATE(INIT_OBJECT, "INIT", fscache_initialise_object);
static WORK_STATE(PARENT_READY, "PRDY", fscache_parent_ready);
static WORK_STATE(ABORT_INIT, "ABRT", fscache_abort_initialisation);
static WORK_STATE(LOOK_UP_OBJECT, "LOOK", fscache_look_up_object);
-static WORK_STATE(CREATE_OBJECT, "CRTO", fscache_look_up_object);
static WORK_STATE(OBJECT_AVAILABLE, "AVBL", fscache_object_available);
static WORK_STATE(JUMPSTART_DEPS, "JUMP", fscache_jumpstart_dependents);
Powered by blists - more mailing lists