summaryrefslogtreecommitdiff
path: root/us_manager/sspt/sspt_proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'us_manager/sspt/sspt_proc.h')
-rw-r--r--us_manager/sspt/sspt_proc.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/us_manager/sspt/sspt_proc.h b/us_manager/sspt/sspt_proc.h
index 600d2d84..34f65e2e 100644
--- a/us_manager/sspt/sspt_proc.h
+++ b/us_manager/sspt/sspt_proc.h
@@ -40,14 +40,13 @@ struct sspt_proc {
struct list_head list;
pid_t tgid;
struct task_struct *task;
- struct dentry *dentry;
struct slot_manager *sm;
struct list_head file_list;
unsigned first_install:1;
};
-struct sspt_proc *sspt_proc_create(struct dentry* dentry, struct task_struct *task);
+struct sspt_proc *sspt_proc_create(struct task_struct *task);
struct sspt_proc *sspt_proc_copy(struct sspt_proc *proc, struct task_struct *task);
void sspt_proc_free(struct sspt_proc *proc);