From: Chen Gong Date: Mon, 16 May 2011 18:00:27 +0000 (-0700) Subject: pstore: fix pstore filesystem mount/remount issue X-Git-Tag: v3.0-rc1~378^2~2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06cf91b4b4aafa50ee0a94c81d2c6922a18af242;p=pandora-kernel.git pstore: fix pstore filesystem mount/remount issue Currently after mount/remount operation on pstore filesystem, the content on pstore will be lost. It is because current ERST implementation doesn't support multi-user usage, which moves internal pointer to the end after accessing it. Adding multi-user support for pstore usage. Signed-off-by: Chen Gong Signed-off-by: Tony Luck --- Reading git-diff-tree failed