Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
[deliverable/linux.git] / fs / pstore / inode.c
index bfd95bf38005cba25bc5cece73555701b25c76f2..71bf5f4ae84c9a9044be1056e83582b7c72fd74c 100644 (file)
@@ -326,6 +326,15 @@ int pstore_mkfile(enum pstore_type_id type, char *psname, u64 id, int count,
        case PSTORE_TYPE_MCE:
                sprintf(name, "mce-%s-%lld", psname, id);
                break;
+       case PSTORE_TYPE_PPC_RTAS:
+               sprintf(name, "rtas-%s-%lld", psname, id);
+               break;
+       case PSTORE_TYPE_PPC_OF:
+               sprintf(name, "powerpc-ofw-%s-%lld", psname, id);
+               break;
+       case PSTORE_TYPE_PPC_COMMON:
+               sprintf(name, "powerpc-common-%s-%lld", psname, id);
+               break;
        case PSTORE_TYPE_UNKNOWN:
                sprintf(name, "unknown-%s-%lld", psname, id);
                break;
This page took 0.025011 seconds and 5 git commands to generate.