From: Alexey Dobriyan Date: Wed, 23 Sep 2009 22:57:19 +0000 (-0700) Subject: sysctl: remove "struct file *" argument of ->proc_handler X-Git-Tag: v2.6.32-rc1~83 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d65af789f3e2cf4cfbdbf71a0f7a61ebcd41d38;p=pandora-kernel.git sysctl: remove "struct file *" argument of ->proc_handler It's unused. It isn't needed -- read or write flag is already passed and sysctl shouldn't care about the rest. It _was_ used in two places at arch/frv for some reason. Signed-off-by: Alexey Dobriyan Cc: David Howells Cc: "Eric W. Biederman" Cc: Al Viro Cc: Ralf Baechle Cc: Martin Schwidefsky Cc: Ingo Molnar Cc: "David S. Miller" Cc: James Morris Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed