]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
Fix pointer mismatches in proc_sysctl.c
authorDavid Howells <dhowells@redhat.com>
Thu, 25 Oct 2007 14:27:40 +0000 (15:27 +0100)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 25 Oct 2007 22:16:49 +0000 (15:16 -0700)
commit2a2da53b181bdafcdecb43c457735ee2892ae885
tree34f3a05c5db9f2b4d1b911316d97a363b5152e9f
parentde48844398f81cfdf087d56e12c920d620dae8d5
Fix pointer mismatches in proc_sysctl.c

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 <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/proc/proc_sysctl.c