diff options
| author | Chris Wilson <chris@chris-wilson.co.uk> | 2010-09-13 01:02:18 +0100 | 
|---|---|---|
| committer | Chris Wilson <chris@chris-wilson.co.uk> | 2010-09-13 01:02:18 +0100 | 
| commit | 9277bf4b4f94655eef177d0daffa90a47c51eb62 (patch) | |
| tree | 569b5a13b3f7030a603460d8d9ded035a6f7f48f /kernel/sysctl.c | |
| parent | 897493504addc5609f04a2c4f73c37ab972c29b2 (diff) | |
| parent | 49553c2ef88749dd502687f4eb9c258bb10a4f44 (diff) | |
Merge remote branch 'linus' into drm-intel-fixes
Diffstat (limited to 'kernel/sysctl.c')
| -rw-r--r-- | kernel/sysctl.c | 5 | 
1 files changed, 1 insertions, 4 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c index ca38e8e3e90..f88552c6d22 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c @@ -1713,10 +1713,7 @@ static __init int sysctl_init(void)  {  	sysctl_set_parent(NULL, root_table);  #ifdef CONFIG_SYSCTL_SYSCALL_CHECK -	{ -		int err; -		err = sysctl_check_table(current->nsproxy, root_table); -	} +	sysctl_check_table(current->nsproxy, root_table);  #endif  	return 0;  }  | 
