* [PATCH] dlm/ast.c: include ast.h to pickup function definitions
@ 2011-09-23 20:28 H Hartley Sweeten
0 siblings, 0 replies; only message in thread
From: H Hartley Sweeten @ 2011-09-23 20:28 UTC (permalink / raw)
To: Linux Kernel; +Cc: cluster-devel, ccaulfie, teigland
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@redhat.com>
Cc: David Teigland <teigland@redhat.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"
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-09-23 20:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-23 20:28 [PATCH] dlm/ast.c: include ast.h to pickup function definitions H Hartley Sweeten
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®