aboutsummaryrefslogtreecommitdiffstats
path: root/toj/center
diff options
context:
space:
mode:
Diffstat (limited to 'toj/center')
-rwxr-xr-xtoj/center/src/judgk_hyperio.c1
-rwxr-xr-xtoj/center/src/judgk_proc.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/toj/center/src/judgk_hyperio.c b/toj/center/src/judgk_hyperio.c
index 2702f55..b37feb7 100755
--- a/toj/center/src/judgk_hyperio.c
+++ b/toj/center/src/judgk_hyperio.c
@@ -248,7 +248,6 @@ static inline struct hyperio_info* hyperio_filp_lookup(struct file *filp){
if((unsigned long)info->filp == (unsigned long)filp){
break;
}
- info = NULL;
}
rcu_read_unlock();
diff --git a/toj/center/src/judgk_proc.c b/toj/center/src/judgk_proc.c
index cc51ced..f3ed130 100755
--- a/toj/center/src/judgk_proc.c
+++ b/toj/center/src/judgk_proc.c
@@ -158,7 +158,6 @@ struct judgk_proc_info* judgk_proc_task_lookup(struct task_struct *task){
if((unsigned long)info->task == (unsigned long)task){
break;
}
- info = NULL;
}
rcu_read_unlock();