* [resend][PATCH] Remove duplicated declarations in procfs
@ 2007-09-28 7:27 Pierre Peiffer
2007-09-28 7:39 ` Andrew Morton
0 siblings, 1 reply; 3+ messages in thread
From: Pierre Peiffer @ 2007-09-28 7:27 UTC (permalink / raw)
To: Andrew Morton; +Cc: LKML
From: Pierre Peiffer <pierre.peiffer@bull.net>
This is a trivial patch that removes some duplicated declarations of
extern variables.
Signed-off-by: Pierre Peiffer <pierre.peiffer@bull.net>
---
fs/proc/internal.h | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/fs/proc/internal.h b/fs/proc/internal.h
index b215c35..d812816 100644
--- a/fs/proc/internal.h
+++ b/fs/proc/internal.h
@@ -50,10 +50,6 @@ extern const struct file_operations proc_maps_operations;
extern const struct file_operations proc_numa_maps_operations;
extern const struct file_operations proc_smaps_operations;
-extern const struct file_operations proc_maps_operations;
-extern const struct file_operations proc_numa_maps_operations;
-extern const struct file_operations proc_smaps_operations;
-
void free_proc_entry(struct proc_dir_entry *de);
--
Pierre
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [resend][PATCH] Remove duplicated declarations in procfs
2007-09-28 7:27 [resend][PATCH] Remove duplicated declarations in procfs Pierre Peiffer
@ 2007-09-28 7:39 ` Andrew Morton
2007-09-28 7:49 ` Pierre Peiffer
0 siblings, 1 reply; 3+ messages in thread
From: Andrew Morton @ 2007-09-28 7:39 UTC (permalink / raw)
To: Pierre Peiffer; +Cc: LKML
On Fri, 28 Sep 2007 09:27:56 +0200 Pierre Peiffer <pierre.peiffer@bull.net> wrote:
> From: Pierre Peiffer <pierre.peiffer@bull.net>
>
> This is a trivial patch that removes some duplicated declarations of
> extern variables.
>
> Signed-off-by: Pierre Peiffer <pierre.peiffer@bull.net>
> ---
>
> fs/proc/internal.h | 4 ----
> 1 files changed, 0 insertions(+), 4 deletions(-)
>
> diff --git a/fs/proc/internal.h b/fs/proc/internal.h
> index b215c35..d812816 100644
> --- a/fs/proc/internal.h
> +++ b/fs/proc/internal.h
> @@ -50,10 +50,6 @@ extern const struct file_operations proc_maps_operations;
> extern const struct file_operations proc_numa_maps_operations;
> extern const struct file_operations proc_smaps_operations;
>
> -extern const struct file_operations proc_maps_operations;
> -extern const struct file_operations proc_numa_maps_operations;
> -extern const struct file_operations proc_smaps_operations;
> -
>
> void free_proc_entry(struct proc_dir_entry *de);
yup, thanks, the maps2 patches in -mm already accidentally fixed this so I haven't
bothered merging it as a standalone thing.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [resend][PATCH] Remove duplicated declarations in procfs
2007-09-28 7:39 ` Andrew Morton
@ 2007-09-28 7:49 ` Pierre Peiffer
0 siblings, 0 replies; 3+ messages in thread
From: Pierre Peiffer @ 2007-09-28 7:49 UTC (permalink / raw)
To: Andrew Morton; +Cc: LKML
Andrew Morton a écrit :
>
> yup, thanks, the maps2 patches in -mm already accidentally fixed this so I haven't
> bothered merging it as a standalone thing.
>
Ok, good.
Thanks,
--
Pierre
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-09-28 7:49 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-28 7:27 [resend][PATCH] Remove duplicated declarations in procfs Pierre Peiffer
2007-09-28 7:39 ` Andrew Morton
2007-09-28 7:49 ` Pierre Peiffer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox