[<prev] [next>] [day] [month] [year] [list]
Message-ID: <201109231328.55055.hartleys@visionengravers.com>
Date: Fri, 23 Sep 2011 13:28:54 -0700
From: H Hartley Sweeten <hartleys@...ionengravers.com>
To: Linux Kernel <linux-kernel@...r.kernel.org>
CC: <cluster-devel@...hat.com>, <ccaulfie@...hat.com>,
<teigland@...hat.com>
Subject: [PATCH] dlm/ast.c: include ast.h to pickup function definitions
This quiets the following sparse noise:
warning: symbol 'dlm_add_lkb_callback' was not declared. Should it be static?
warning: symbol 'dlm_rem_lkb_callback' was not declared. Should it be static?
warning: symbol 'dlm_add_cb' was not declared. Should it be static?
warning: symbol 'dlm_callback_work' was not declared. Should it be static?
warning: symbol 'dlm_callback_start' was not declared. Should it be static?
warning: symbol 'dlm_callback_stop' was not declared. Should it be static?
warning: symbol 'dlm_callback_suspend' was not declared. Should it be static?
warning: symbol 'dlm_callback_resume' was not declared. Should it be static?
Cc: Christine Caulfield <ccaulfie@...hat.com>
Cc: David Teigland <teigland@...hat.com>
---
diff --git a/fs/dlm/ast.c b/fs/dlm/ast.c
index 90e5997..43f33c0 100644
--- a/fs/dlm/ast.c
+++ b/fs/dlm/ast.c
@@ -12,6 +12,7 @@
******************************************************************************/
#include "dlm_internal.h"
+#include "ast.h"
#include "lock.h"
#include "user.h"
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists