cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
From: cfeist@sourceware.org <cfeist@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] cluster/gfs-kernel/src/dlm main.c
Date: 1 Feb 2007 20:43:34 -0000	[thread overview]
Message-ID: <20070201204334.9089.qmail@sourceware.org> (raw)

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL4
Changes by:	cfeist at sourceware.org	2007-02-01 20:43:33

Modified files:
	gfs-kernel/src/dlm: main.c 

Log message:
	- Fixed a build issue on ppc64 cause by a function named debug_info,
	function has been renamed to lock_dlm_debug_info.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/dlm/main.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.7&r2=1.7.2.1

--- cluster/gfs-kernel/src/dlm/Attic/main.c	2004/11/02 04:50:49	1.7
+++ cluster/gfs-kernel/src/dlm/Attic/main.c	2007/02/01 20:43:33	1.7.2.1
@@ -130,7 +130,7 @@
 EXPORT_SYMBOL(lock_dlm_debug_dump);
 
 #ifdef CONFIG_PROC_FS
-static int debug_info(char *b, char **start, off_t offset, int length)
+static int lock_dlm_debug_info(char *b, char **start, off_t offset, int length)
 {
 	int i, n = 0;
 
@@ -230,7 +230,7 @@
 	p = create_proc_entry("debug", 0444, proc_dir);
 	if (!p)
 		goto out;
-	p->get_info = debug_info;
+	p->get_info = lock_dlm_debug_info;
 	p->owner = THIS_MODULE;
 	debug = p;
 



                 reply	other threads:[~2007-02-01 20:43 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070201204334.9089.qmail@sourceware.org \
    --to=cfeist@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).