On Mon, Feb 24, 2020 at 12:00:51PM +0100, Uwe Kleine-König wrote:
> On Tue, Feb 18, 2020 at 03:57:20PM +0100, Uwe Kleine-König wrote:
> > unfs makes use of utime() which is unsuitable to set last access and
> > modification times for symlinks. So make use of the O_PATH flag to
> > open() and use the futimens() function.
> > 
> > As a side effect this is less racy and improves resolution from seconds
> > to nanoseconds.
> > 
> > Note this will break builds of unfs on Windows. The futimens() function
> > is specified in POSIX.1-2008, so this shouldn't be a problem for other
> > platforms.
> > 
> > Signed-off-by: Uwe Kleine-König <u.kleine-koe...@pengutronix.de>
> 
> Here is something fishy. After deploying this patch in a local BSP I see
> some errors that were not there before.
> 
> So please hold up merging until I found the time to look into these
> issues please.

It's already in master.

Michael

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to