git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71879d3
)
proc: unify mem_read() and mem_write()
author
Oleg Nesterov
<oleg@redhat.com>
Tue, 31 Jan 2012 16:14:54 +0000
(17:14 +0100)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Wed, 1 Feb 2012 22:39:01 +0000
(14:39 -0800)
No functional changes, cleanup and preparation.
mem_read() and mem_write() are very similar. Move this code into the
new common helper, mem_rw(), which takes the additional "int write"
argument.
Cc: stable@kernel.org
Signed-off-by: Oleg Nesterov <oleg@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found