Commit 33ea81e6 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov

Drop redundant pstree_item_info

Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@gmail.com>
parent 9ab6e9fe
...@@ -97,16 +97,6 @@ struct pstree_item { ...@@ -97,16 +97,6 @@ struct pstree_item {
u32 *children; /* array of children */ u32 *children; /* array of children */
}; };
struct pstree_item_info {
struct list_head list;
pid_t pid; /* leader pid */
u32 nr_children; /* number of children */
u32 *children; /* array of children */
bool launched; /* set if launched */
};
static inline unsigned long vma_area_size(struct vma_area *vma) static inline unsigned long vma_area_size(struct vma_area *vma)
{ {
return vma->vma.end - vma->vma.start; return vma->vma.end - vma->vma.start;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment