pstore: Replace calls to kmalloc and memcpy with kmemdup
authorAlexandru Gheorghiu <gheorghiuandru@gmail.com>
Sat, 9 Mar 2013 11:57:28 +0000 (13:57 +0200)
committerAnton Vorontsov <anton@enomsg.org>
Tue, 19 Mar 2013 02:38:26 +0000 (19:38 -0700)
commitc53026722b5e5aaaf434565ddbe4d918c7d2a80d
tree800f9177c746f5c67bee1c4251fbd9b5c25caaa1
parenta937536b868b8369b98967929045f1df54234323
pstore: Replace calls to kmalloc and memcpy with kmemdup

Replaced calls to kmalloc and memcpy with a single call to kmemdup. This
patch was found using coccicheck.

Signed-off-by: Alexandru Gheorghiu <gheorghiuandru@gmail.com>
Acked-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Anton Vorontsov <anton@enomsg.org>
fs/pstore/ram.c