* [PATCH] 2.4.18-rc3 Minor LDM fix
@ 2002-07-23 13:06 Richard Russon
0 siblings, 0 replies; only message in thread
From: Richard Russon @ 2002-07-23 13:06 UTC (permalink / raw)
To: Marcelo Tosatti; +Cc: lkml
Hi Marcelo,
Please can you apply this minor patch to fs/partitions/ldm.c
(support for Windows Dynamic Disks)
Cheers,
FlatCap (Rich)
ldm@flatcap.org
Some people have problems reading the end of the LDM database
which is at the end of the physical disk. This patch reduces
a couple of minor checks, to just debug output.
diff -urN linux-2.4.18-rc3/fs/partitions/ldm.c linux-2.4.18-rc3-ldm/fs/partitions/ldm.c
--- linux-2.4.18-rc3/fs/partitions/ldm.c Tue Jul 23 13:19:23 2002
+++ linux-2.4.18-rc3-ldm/fs/partitions/ldm.c Tue Jul 23 13:29:28 2002
@@ -796,7 +796,7 @@
err = parse_privhead(data, ph3);
put_dev_sector(sect);
if (err != 1)
- goto out;
+ printk(LDM_DEBUG "Couldn't read the third PRIVHEAD.\n");
err = compare_privheads(ph1, ph2);
if (err != 1) {
printk(LDM_CRIT "First and second PRIVHEADs don't match.\n");
@@ -804,7 +804,7 @@
}
err = compare_privheads(ph1, ph3);
if (err != 1)
- printk(LDM_CRIT "First and third PRIVHEADs don't match.\n");
+ printk(LDM_DEBUG "First and third PRIVHEADs don't match.\n");
else
/* We _could_ have checked more. */
ldm_debug("Validated PRIVHEADs successfully.\n");
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-07-23 13:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-23 13:06 [PATCH] 2.4.18-rc3 Minor LDM fix Richard Russon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®