]> git.baikalelectronics.ru Git - kernel.git/commit
ptrace: cleanup ptrace_request()
authorNamhyung Kim <namhyung@gmail.com>
Wed, 27 Oct 2010 22:33:46 +0000 (15:33 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 28 Oct 2010 01:03:10 +0000 (18:03 -0700)
commit66d0972bd9fe5850cf8532131d3ecc8869acb7be
tree6eee883c2a782380f277e045f6a7258ef949a9a6
parentc6d808a351f68b75ec5da12040326401c284a7ad
ptrace: cleanup ptrace_request()

Use new 'datavp' and 'datalp' variables to remove unnecesary castings.

Signed-off-by: Namhyung Kim <namhyung@gmail.com>
Acked-by: Roland McGrath <roland@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/ptrace.c