mirror of
https://github.com/torvalds/linux.git
synced 2026-07-26 08:21:46 +02:00
This var is currently useless, as it's apparent from reading the code. Until
2.6.11 it was used in some code related to jail mode, in the same proc.:
if(jail){
while(!reading) sched_yield();
}
jail mode has been dropped, together with that use, so let's finish dropping
this.
Also, remove some other useless definitions I met.
Acked-by: Jeff Dike <jdike@addtoit.com>
Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
||
|---|---|---|
| .. | ||
| include | ||
| ptproxy | ||
| exec_kern.c | ||
| exec_user.c | ||
| gdb_kern.c | ||
| gdb.c | ||
| ksyms.c | ||
| Makefile | ||
| mem_user.c | ||
| mem.c | ||
| process_kern.c | ||
| syscall_kern.c | ||
| syscall_user.c | ||
| time.c | ||
| tlb.c | ||
| tracer.c | ||
| trap_user.c | ||
| uaccess_user.c | ||
| uaccess.c | ||
| unmap.c | ||