LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] REISERFS: Rename incorrect macro name "REISERFS_PROC_INFO".
@ 2007-02-02 9:49 Robert P. J. Day
2007-02-02 11:17 ` Alexey Dobriyan
0 siblings, 1 reply; 3+ messages in thread
From: Robert P. J. Day @ 2007-02-02 9:49 UTC (permalink / raw)
To: Linux kernel mailing list; +Cc: Andrew Morton, reiserfs-dev
Rename the incorrect macro name "REISERFS_PROC_INFO" to
"CONFIG_REISERFS_PROC_INFO".
Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
---
what the heck ... might as well patch the ones i found.
diff --git a/fs/reiserfs/procfs.c b/fs/reiserfs/procfs.c
index ecc9943..fc7aeb4 100644
--- a/fs/reiserfs/procfs.c
+++ b/fs/reiserfs/procfs.c
@@ -20,7 +20,7 @@
#include <linux/init.h>
#include <linux/proc_fs.h>
-#if defined( REISERFS_PROC_INFO )
+#if defined( CONFIG_REISERFS_PROC_INFO )
/*
* LOCKING:
--
========================================================================
Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry
Waterloo, Ontario, CANADA
http://www.fsdev.dreamhosters.com/wiki/index.php?title=Main_Page
========================================================================
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] REISERFS: Rename incorrect macro name "REISERFS_PROC_INFO".
2007-02-02 9:49 [PATCH] REISERFS: Rename incorrect macro name "REISERFS_PROC_INFO" Robert P. J. Day
@ 2007-02-02 11:17 ` Alexey Dobriyan
2007-02-02 11:27 ` Robert P. J. Day
0 siblings, 1 reply; 3+ messages in thread
From: Alexey Dobriyan @ 2007-02-02 11:17 UTC (permalink / raw)
To: Robert P. J. Day; +Cc: linux-kernel, Andrew Morton, reiserfs-dev
On 2/2/07, Robert P. J. Day <rpjday@mindspring.com> wrote:
> Rename the incorrect macro name "REISERFS_PROC_INFO" to
> "CONFIG_REISERFS_PROC_INFO".
It isn't incorrect. It's setup in reiserfs header files.
You reminded me to dig out "reiserfs without proc files" cleanup which
will get rid of REISERFS_PROC_INFO completely.
> --- a/fs/reiserfs/procfs.c
> +++ b/fs/reiserfs/procfs.c
> @@ -20,7 +20,7 @@
> #include <linux/init.h>
> #include <linux/proc_fs.h>
>
> -#if defined( REISERFS_PROC_INFO )
> +#if defined( CONFIG_REISERFS_PROC_INFO )
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] REISERFS: Rename incorrect macro name "REISERFS_PROC_INFO".
2007-02-02 11:17 ` Alexey Dobriyan
@ 2007-02-02 11:27 ` Robert P. J. Day
0 siblings, 0 replies; 3+ messages in thread
From: Robert P. J. Day @ 2007-02-02 11:27 UTC (permalink / raw)
To: Alexey Dobriyan; +Cc: linux-kernel, Andrew Morton, reiserfs-dev
On Fri, 2 Feb 2007, Alexey Dobriyan wrote:
> On 2/2/07, Robert P. J. Day <rpjday@mindspring.com> wrote:
> > Rename the incorrect macro name "REISERFS_PROC_INFO" to
> > "CONFIG_REISERFS_PROC_INFO".
>
> It isn't incorrect. It's setup in reiserfs header files.
> You reminded me to dig out "reiserfs without proc files" cleanup which
> will get rid of REISERFS_PROC_INFO completely.
>
> > --- a/fs/reiserfs/procfs.c
> > +++ b/fs/reiserfs/procfs.c
> > @@ -20,7 +20,7 @@
> > #include <linux/init.h>
> > #include <linux/proc_fs.h>
> >
> > -#if defined( REISERFS_PROC_INFO )
> > +#if defined( CONFIG_REISERFS_PROC_INFO )
maybe i should just give up while i'm behind ...
rday
--
========================================================================
Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry
Waterloo, Ontario, CANADA
http://www.fsdev.dreamhosters.com/wiki/index.php?title=Main_Page
========================================================================
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-02-02 11:28 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-02 9:49 [PATCH] REISERFS: Rename incorrect macro name "REISERFS_PROC_INFO" Robert P. J. Day
2007-02-02 11:17 ` Alexey Dobriyan
2007-02-02 11:27 ` Robert P. J. Day
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).