bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Correct libparted patch


From: Alfred M. Szmidt
Subject: Re: Correct libparted patch
Date: Sat, 14 Aug 2004 22:55:57 +0200 (CEST)

Okie, I'm confused.  What version of parted are you hacking on?  GNU
parted 1.6.11 doesn't contain the code you are modifying.

It contains something similar, but IMHO wrong code since it doesn't
handle the TYPE:NAME scenario.  This change seems to have been done by
Gullime (sp?) in April, 2004.

 retry_open:
        err = store_typed_open (dev->path, 0, NULL, &arch_specific->store);
        if (err) {
                error_t rw_err = err;

                err = store_typed_open (dev->path, STORE_READONLY, NULL,
                                        &arch_specific->store);
                if (err) {





reply via email to

[Prev in Thread] Current Thread [Next in Thread]