From: Phillip Susi <psusi@ubuntu.com>
To: util-linux@vger.kernel.org
Cc: Phillip Susi <psusi@ubuntu.com>
Subject: [PATCH] libblkid: add missing promise raid metadata locations
Date: Wed, 2 Jan 2013 11:40:46 -0500 [thread overview]
Message-ID: <1357144846-14945-1-git-send-email-psusi@ubuntu.com> (raw)
There are some additional locations where dmraid can find
and use pdc raid metadata that libblkid was not checking.
---
libblkid/src/superblocks/promise_raid.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libblkid/src/superblocks/promise_raid.c b/libblkid/src/superblocks/promise_raid.c
index 221146d..01e4e37 100644
--- a/libblkid/src/superblocks/promise_raid.c
+++ b/libblkid/src/superblocks/promise_raid.c
@@ -29,7 +29,7 @@ static int probe_pdcraid(blkid_probe pr,
{
unsigned int i;
static unsigned int sectors[] = {
- 63, 255, 256, 16, 399, 0
+ 63, 255, 256, 16, 399, 591, 675, 735, 911, 974, 991, 951, 3087, 0
};
if (pr->size < 0x40000)
--
1.7.9.5
next reply other threads:[~2013-01-02 16:40 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-02 16:40 Phillip Susi [this message]
2013-01-09 13:46 ` [PATCH] libblkid: add missing promise raid metadata locations Karel Zak
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1357144846-14945-1-git-send-email-psusi@ubuntu.com \
--to=psusi@ubuntu.com \
--cc=util-linux@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox