Am 21.12.2013 12:49, schrieb Tom Gundersen:
>> -        r = add_fsck(f, what, where, type, passno);
>> -        if (r < 0)
>> -                return r;
>> +        if(is_device_path(what)) {
>> +                r = add_fsck(f, what, where, type, passno);
>> +                if (r < 0)
>> +                        return r;
>> +        }
>>
>>          fprintf(f,
>>                  "\n"
> Also, how does your patch deal with LABEL= and UUDI=?

This patch mirrors the old behaviour of the (now removed) FsckPassNo
code path.


Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to