commit | 381b872cf7942ab8c95de156ce403bd906f3915d | [log] [tgz] |
---|---|---|
author | Seiji Aguchi <seiji.aguchi@hds.com> | Fri Mar 16 15:36:59 2012 -0700 |
committer | Tony Luck <tony.luck@intel.com> | Fri Mar 16 15:36:59 2012 -0700 |
tree | 0dcd83a7c76ed3a6324bef178e02a4ee3ea815bd | |
parent | fde7d9049e55ab85a390be7f415d74c9f62dd0f9 [diff] |
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 <seiji.aguchi@hds.com> Signed-off-by: Adrian Hunter <adrian.hunter@intel.com> Acked-by: Don Zickus <dzickus@redhat.com> Link: https://lkml.org/lkml/2012/3/16/417 Signed-off-by: Tony Luck <tony.luck@intel.com>