From: Adrian Bunk <bunk@stusta.de>
To: Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org
Subject: [2.6 patch] fs/proc/: function prototypes belong into header files
Date: Wed, 14 Dec 2005 01:34:30 +0100 [thread overview]
Message-ID: <20051214003430.GY23349@stusta.de> (raw)
Function prototypes belong into header files.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
This patch was already sent on:
- 3 Dec 2005
fs/proc/generic.c | 2 ++
fs/proc/inode.c | 2 +-
fs/proc/internal.h | 4 ++++
fs/proc/root.c | 3 ++-
4 files changed, 9 insertions(+), 2 deletions(-)
--- linux-2.6.15-rc3-mm1/fs/proc/internal.h.old 2005-12-03 11:28:20.000000000 +0100
+++ linux-2.6.15-rc3-mm1/fs/proc/internal.h 2005-12-03 11:30:53.000000000 +0100
@@ -37,6 +37,10 @@
extern int proc_pid_status(struct task_struct *, char *);
extern int proc_pid_statm(struct task_struct *, char *);
+void free_proc_entry(struct proc_dir_entry *de);
+
+int proc_init_inodecache(void);
+
static inline struct task_struct *proc_task(struct inode *inode)
{
return PROC_I(inode)->task;
--- linux-2.6.15-rc3-mm1/fs/proc/root.c.old 2005-12-03 11:28:41.000000000 +0100
+++ linux-2.6.15-rc3-mm1/fs/proc/root.c 2005-12-03 11:29:15.000000000 +0100
@@ -18,6 +18,8 @@
#include <linux/bitops.h>
#include <linux/smp_lock.h>
+#include "internal.h"
+
struct proc_dir_entry *proc_net, *proc_net_stat, *proc_bus, *proc_root_fs, *proc_root_driver;
#ifdef CONFIG_SYSCTL
@@ -36,7 +38,6 @@
.kill_sb = kill_anon_super,
};
-extern int __init proc_init_inodecache(void);
void __init proc_root_init(void)
{
int err = proc_init_inodecache();
--- linux-2.6.15-rc3-mm1/fs/proc/inode.c.old 2005-12-03 11:29:30.000000000 +0100
+++ linux-2.6.15-rc3-mm1/fs/proc/inode.c 2005-12-03 11:30:55.000000000 +0100
@@ -19,7 +19,7 @@
#include <asm/system.h>
#include <asm/uaccess.h>
-extern void free_proc_entry(struct proc_dir_entry *);
+#include "internal.h"
static inline struct proc_dir_entry * de_get(struct proc_dir_entry *de)
{
--- linux-2.6.15-rc3-mm1/fs/proc/generic.c.old 2005-12-03 11:29:59.000000000 +0100
+++ linux-2.6.15-rc3-mm1/fs/proc/generic.c 2005-12-03 11:30:34.000000000 +0100
@@ -21,6 +21,8 @@
#include <linux/bitops.h>
#include <asm/uaccess.h>
+#include "internal.h"
+
static ssize_t proc_file_read(struct file *file, char __user *buf,
size_t nbytes, loff_t *ppos);
static ssize_t proc_file_write(struct file *file, const char __user *buffer,
next reply other threads:[~2005-12-14 0:34 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-12-14 0:34 Adrian Bunk [this message]
-- strict thread matches above, loose matches on Subject: below --
2005-12-03 12:17 [2.6 patch] fs/proc/: function prototypes belong into header files Adrian Bunk
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=20051214003430.GY23349@stusta.de \
--to=bunk@stusta.de \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.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