fs: pstore: Replaced calls to kmalloc and memcpy with kmemdup
authorAlexandru Gheorghiu <gheorghiuandru@gmail.com>
Sat, 9 Mar 2013 11:57:28 +0000 (13:57 +0200)
committerTony Luck <tony.luck@intel.com>
Mon, 11 Mar 2013 19:13:21 +0000 (12:13 -0700)
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: Tony Luck <tony.luck@intel.com>

No differences found