<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jun 9, 2021 at 12:43 AM Sebastian Huber <<a href="mailto:sebastian.huber@embedded-brains.de">sebastian.huber@embedded-brains.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 08/06/2021 20:16, Joel Sherrill wrote:<br>
> The addition of the entire*utime*() family of functions resulted<br>
> in this call returning ENOENT not ENXIO. This is better aligned<br>
> with the POSIX definition of the methods.<br>
<br>
Does this utime(path, NULL) call essentially fail because the fstat_h <br>
handler returns an error? Does this mean that the utimes_h handler is <br>
unreachable for the null node (null_op_utimens)?<br></blockquote><div><br></div><div>Yes. That looks to be the case. All of the *utime* methods are related.</div><div>utime() and utimes() are wrappers and the two underlying POSIX methods</div><div>do a permissions check which has stat. If you always get an error from stat_h,</div><div>then you won't try the utimens_h handler.</div><div><br></div><div>I also noticed a couple of the files included <sys/stat.h> but didn't need it.</div><div>I'll delete that also.</div><div><br></div><div>--joel  </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
-- <br>
embedded brains GmbH<br>
Herr Sebastian HUBER<br>
Dornierstr. 4<br>
82178 Puchheim<br>
Germany<br>
email: <a href="mailto:sebastian.huber@embedded-brains.de" target="_blank">sebastian.huber@embedded-brains.de</a><br>
phone: +49-89-18 94 741 - 16<br>
fax:   +49-89-18 94 741 - 08<br>
<br>
Registergericht: Amtsgericht München<br>
Registernummer: HRB 157899<br>
Vertretungsberechtigte Geschäftsführer: Peter Rasmussen, Thomas Dörfler<br>
Unsere Datenschutzerklärung finden Sie hier:<br>
<a href="https://embedded-brains.de/datenschutzerklaerung/" rel="noreferrer" target="_blank">https://embedded-brains.de/datenschutzerklaerung/</a><br>
</blockquote></div></div>