[PATCH] Fix pointer mismatches in proc_sysctl.c

2007-10-25 Thread David Howells
Fix pointer mismatches in proc_sysctl.c. The proc_handler() method returns a size_t through an arg pointer, but is given a pointer to a ssize_t to return into. Signed-off-by: David Howells <[EMAIL PROTECTED]> --- fs/proc/proc_sysctl.c |6 -- 1 files changed, 4 insertions(+), 2

[PATCH] Fix pointer mismatches in proc_sysctl.c

2007-10-25 Thread David Howells
Fix pointer mismatches in proc_sysctl.c. The proc_handler() method returns a size_t through an arg pointer, but is given a pointer to a ssize_t to return into. Signed-off-by: David Howells [EMAIL PROTECTED] --- fs/proc/proc_sysctl.c |6 -- 1 files changed, 4 insertions(+), 2