libcdio-devel
[Top][All Lists]
Advanced

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

Re: [Libcdio-devel] Rock Ridge deep directory support


From: Pete Batard
Subject: Re: [Libcdio-devel] Rock Ridge deep directory support
Date: Tue, 16 Jun 2020 12:50:14 +0100
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.9.0

On 2020.06.14 08:23, Thomas Schmitt wrote:
This would be clearer if the test would be in the reuse case of

   /* Reuse multiextent p_stat if not NULL */
   if (!p_stat) {
     p_stat = calloc(1, stat_len);
     first_extent = true;
   } else {
+   /* Ignore Rock Ridge Deep Directory RE entries */
+   if (p_stat->rr.u_su_fields & ISO_ROCK_SUF_RE)
+     goto fail;
     first_extent = false;
   }

I agree. I'll apply this (and validate that it doesn't break anything) before merging to mainline.

Regards,

/Pete



reply via email to

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