sysctl_check: drop table->procname checks
authorDenis Kirjanov <[email protected]>
Wed, 23 Mar 2011 23:43:08 +0000 (16:43 -0700)
committerLinus Torvalds <[email protected]>
Thu, 24 Mar 2011 02:46:50 +0000 (19:46 -0700)
commit814ecf6e5b7854504ae83255173e53836c5d8420
tree0e6ba9405264833b672b5b640aadc93e4050d56d
parentad4ac17ad1e2f0bd0ce38b2585c5d7fa2b0780dc
sysctl_check: drop table->procname checks

Since the for loop checks for the table->procname drop useless
table->procname checks inside the loop body

Signed-off-by: Denis Kirjanov <[email protected]>
Cc: "Eric W. Biederman" <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
kernel/sysctl_check.c