* [-mm patch] fs/ocfs2/: small cleanups
@ 2005-12-17 21:30 Adrian Bunk
2005-12-19 19:16 ` Mark Fasheh
0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2005-12-17 21:30 UTC (permalink / raw)
To: Joel Becker, Mark Fasheh, Kurt Hackel; +Cc: linux-kernel
This patch contains the following cleanups:
- cluster/sys.c: make needlessly global code static
- dlm/: "extern" declarations for variables belong into header files
(and in this case, they are already in dlmdomain.h)
Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
BTW: Could you add a MAINTAINERS entry for ocfs2?
fs/ocfs2/cluster/sys.c | 4 ++--
fs/ocfs2/dlm/dlmmaster.c | 4 +---
fs/ocfs2/dlm/dlmthread.c | 3 ---
3 files changed, 3 insertions(+), 8 deletions(-)
--- linux-2.6.15-rc5-mm3-full/fs/ocfs2/cluster/sys.c.old 2005-12-17 20:07:58.000000000 +0100
+++ linux-2.6.15-rc5-mm3-full/fs/ocfs2/cluster/sys.c 2005-12-17 20:09:46.000000000 +0100
@@ -50,7 +50,7 @@
return snprintf(buf, PAGE_SIZE, "%u\n", O2NM_API_VERSION);
}
-O2CB_ATTR(interface_revision, S_IFREG | S_IRUGO, o2cb_interface_revision_show, NULL);
+static O2CB_ATTR(interface_revision, S_IFREG | S_IRUGO, o2cb_interface_revision_show, NULL);
static struct attribute *o2cb_attrs[] = {
&o2cb_attr_interface_revision.attr,
@@ -73,7 +73,7 @@
};
/* gives us o2cb_subsys */
-decl_subsys(o2cb, NULL, NULL);
+static decl_subsys(o2cb, NULL, NULL);
static ssize_t
o2cb_show(struct kobject * kobj, struct attribute * attr, char * buffer)
--- linux-2.6.15-rc5-mm3-full/fs/ocfs2/dlm/dlmmaster.c.old 2005-12-17 20:10:22.000000000 +0100
+++ linux-2.6.15-rc5-mm3-full/fs/ocfs2/dlm/dlmmaster.c 2005-12-17 20:11:00.000000000 +0100
@@ -48,6 +48,7 @@
#include "dlmapi.h"
#include "dlmcommon.h"
#include "dlmdebug.h"
+#include "dlmdomain.h"
#define MLOG_MASK_PREFIX (ML_DLM|ML_DLM_MASTER)
#include "cluster/masklog.h"
@@ -173,9 +174,6 @@
spin_unlock(&dlm->master_lock);
}
-extern spinlock_t dlm_domain_lock;
-extern struct list_head dlm_domains;
-
int dlm_dump_all_mles(const char __user *data, unsigned int len)
{
struct list_head *iter;
--- linux-2.6.15-rc5-mm3-full/fs/ocfs2/dlm/dlmthread.c.old 2005-12-17 20:11:11.000000000 +0100
+++ linux-2.6.15-rc5-mm3-full/fs/ocfs2/dlm/dlmthread.c 2005-12-17 20:11:31.000000000 +0100
@@ -52,9 +52,6 @@
#define MLOG_MASK_PREFIX (ML_DLM|ML_DLM_THREAD)
#include "cluster/masklog.h"
-extern spinlock_t dlm_domain_lock;
-extern struct list_head dlm_domains;
-
static int dlm_thread(void *data);
static void dlm_flush_asts(struct dlm_ctxt *dlm);
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [-mm patch] fs/ocfs2/: small cleanups
2005-12-17 21:30 [-mm patch] fs/ocfs2/: small cleanups Adrian Bunk
@ 2005-12-19 19:16 ` Mark Fasheh
0 siblings, 0 replies; 2+ messages in thread
From: Mark Fasheh @ 2005-12-19 19:16 UTC (permalink / raw)
To: Adrian Bunk; +Cc: Joel Becker, Kurt Hackel, linux-kernel
Hi,
On Sat, Dec 17, 2005 at 10:30:56PM +0100, Adrian Bunk wrote:
> This patch contains the following cleanups:
> - cluster/sys.c: make needlessly global code static
> - dlm/: "extern" declarations for variables belong into header files
> (and in this case, they are already in dlmdomain.h)
That all looks good, thanks.
> BTW: Could you add a MAINTAINERS entry for ocfs2?
Yep. We've been meaning to add it for a while now. Thanks for pointing it
out.
Your patch and the new MAINTAINERS entry are in git now:
http://oss.oracle.com/git/ocfs2-dev.git
--Mark
--
Mark Fasheh
Senior Software Developer, Oracle
mark.fasheh@oracle.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-12-19 19:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-17 21:30 [-mm patch] fs/ocfs2/: small cleanups Adrian Bunk
2005-12-19 19:16 ` Mark Fasheh
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox