proc: Split kcore bits from linux/procfs.h into linux/kcore.h
Split kcore bits from linux/procfs.h into linux/kcore.h. Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com> Acked-by: Ralf Baechle <ralf@linux-mips.org> cc: linux-mips@linux-mips.org cc: sparclinux@vger.kernel.org cc: x86@kernel.org cc: linux-mm@kvack.org Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@@ -68,28 +68,6 @@ struct proc_dir_entry {
|
||||
char name[];
|
||||
};
|
||||
|
||||
enum kcore_type {
|
||||
KCORE_TEXT,
|
||||
KCORE_VMALLOC,
|
||||
KCORE_RAM,
|
||||
KCORE_VMEMMAP,
|
||||
KCORE_OTHER,
|
||||
};
|
||||
|
||||
struct kcore_list {
|
||||
struct list_head list;
|
||||
unsigned long addr;
|
||||
size_t size;
|
||||
int type;
|
||||
};
|
||||
|
||||
struct vmcore {
|
||||
struct list_head list;
|
||||
unsigned long long paddr;
|
||||
unsigned long long size;
|
||||
loff_t offset;
|
||||
};
|
||||
|
||||
#ifdef CONFIG_PROC_FS
|
||||
|
||||
extern void proc_root_init(void);
|
||||
@@ -214,15 +192,6 @@ static inline void proc_free_inum(unsigned int inum)
|
||||
}
|
||||
#endif /* CONFIG_PROC_FS */
|
||||
|
||||
#if !defined(CONFIG_PROC_KCORE)
|
||||
static inline void
|
||||
kclist_add(struct kcore_list *new, void *addr, size_t size, int type)
|
||||
{
|
||||
}
|
||||
#else
|
||||
extern void kclist_add(struct kcore_list *, void *, size_t, int type);
|
||||
#endif
|
||||
|
||||
struct nsproxy;
|
||||
struct proc_ns_operations {
|
||||
const char *name;
|
||||
|
Reference in New Issue
Block a user