]> git.baikalelectronics.ru Git - kernel.git/commit
pstore: Introduce get_reason_str() to pstore
authorSeiji Aguchi <seiji.aguchi@hds.com>
Fri, 16 Mar 2012 22:36:59 +0000 (15:36 -0700)
committerTony Luck <tony.luck@intel.com>
Fri, 16 Mar 2012 22:36:59 +0000 (15:36 -0700)
commit0b610b1923e7384d22cab76f70a9dec38de99034
tree0dcd83a7c76ed3a6324bef178e02a4ee3ea815bd
parentc74bc31ab67e6d935927a5dad779a0371e0e3513
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=f33f256153eca853c2a3786b035dc6f3fc6eee48

 (2) The order of "enum kmsg_dump_reason" was modified.
     http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commitdiff;h=b9405487709ef8e2201e02b99f9a35c84004871e

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>
fs/pstore/platform.c