From: Anton Vorontsov Date: Thu, 17 May 2012 07:15:08 +0000 (-0700) Subject: staging: android: persistent_ram: Move to fs/pstore/ram_core.c X-Git-Tag: v3.5-rc1~145^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cddb8751c80348df75149f44fc3bf38d3dd1f3e6;p=pandora-kernel.git staging: android: persistent_ram: Move to fs/pstore/ram_core.c This is a first step for adding ECC support for pstore RAM backend: we will use the persistent_ram routines, kindly provided by Google. Basically, persistent_ram is a set of helper routines to deal with the [optionally] ECC-protected persistent ram regions. A bit of Makefile, Kconfig and header files adjustments were needed because of the move. Signed-off-by: Anton Vorontsov Acked-by: Kees Cook Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed