From: Seiji Aguchi Date: Fri, 16 Mar 2012 22:36:59 +0000 (-0700) Subject: pstore: Introduce get_reason_str() to pstore X-Git-Tag: v3.4-rc1~120^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=381b872cf7942ab8c95de156ce403bd906f3915d;p=pandora-kernel.git pstore: Introduce get_reason_str() to pstore Recently, there has been some changes in kmsg_dump() below and they have been applied to linus-tree. (1) kmsg_dump(KMSG_DUMP_KEXEC) was removed. http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commitdiff;h=a3dd3323058d281abd584b15ad4c5b65064d7a61 (2) The order of "enum kmsg_dump_reason" was modified. http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commitdiff;h=c22ab332902333f83766017478c1ef6607ace681 Replace the fragile reason_str array with a more robust solution that will not be broken by future re-arrangements of the enum values. Signed-off-by: Seiji Aguchi Signed-off-by: Adrian Hunter Acked-by: Don Zickus Link: https://lkml.org/lkml/2012/3/16/417 Signed-off-by: Tony Luck --- Reading git-diff-tree failed