[Linux-cachefs] [PATCH] fscache/object.c: local functions should be static

H Hartley Sweeten hartleys at visionengravers.com
Fri Sep 23 22:46:58 UTC 2011


Quiets the sparse noise:

warning: symbol 'fscache_dequeue_object' was not declared. Should it be static?

Signed-off-by: H Hartley Sweeten <hsweeten at visionengravers.com>
Cc: David Howells <dhowells at redhat.com>

---

diff --git a/fs/fscache/object.c b/fs/fscache/object.c
index b6b897c..250881d 100644
--- a/fs/fscache/object.c
+++ b/fs/fscache/object.c
@@ -834,7 +834,7 @@ static void fscache_enqueue_dependents(struct fscache_object *object)
  * remove an object from whatever queue it's waiting on
  * - the caller must hold object->lock
  */
-void fscache_dequeue_object(struct fscache_object *object)
+static void fscache_dequeue_object(struct fscache_object *object)
 {
 	_enter("{OBJ%x}", object->debug_id);
 




More information about the Linux-cachefs mailing list