mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-22 23:04:43 +00:00
proc: move /proc/vmallocinfo to mm/vmalloc.c
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Acked-by: Christoph Lameter <cl@linux-foundation.org>
This commit is contained in:
parent
7b3c3a50a3
commit
5f6a6a9c4e
3 changed files with 32 additions and 31 deletions
|
@ -103,6 +103,4 @@ extern void free_vm_area(struct vm_struct *area);
|
|||
extern rwlock_t vmlist_lock;
|
||||
extern struct vm_struct *vmlist;
|
||||
|
||||
extern const struct seq_operations vmalloc_op;
|
||||
|
||||
#endif /* _LINUX_VMALLOC_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue