Re: [PATCH v2] legacy nfs.c: Change filesystem utime_h handler to utimens_h

2021-05-28 Thread Joel Sherrill
AM Ryan Long wrote: > Reply is below. > > > > *From:* Joel Sherrill > *Sent:* Friday, May 21, 2021 9:44 AM > *To:* Gedare Bloom > *Cc:* Ryan Long ; vi...@rtems.rog; > rtems-de...@rtems.org > *Subject:* Re: [PATCH v2] legacy nfs.c: Change filesystem

RE: [PATCH v2] legacy nfs.c: Change filesystem utime_h handler to utimens_h

2021-05-28 Thread Ryan Long
Reply is below. From: Joel Sherrill Sent: Friday, May 21, 2021 9:44 AM To: Gedare Bloom Cc: Ryan Long ; vi...@rtems.rog; rtems-de...@rtems.org Subject: Re: [PATCH v2] legacy nfs.c: Change filesystem utime_h handler to utimens_h As a warning, this and the corresponding libbsd patch

Re: [PATCH v2] legacy nfs.c: Change filesystem utime_h handler to utimens_h

2021-05-21 Thread Joel Sherrill
As a warning, this and the corresponding libbsd patch are queued behind an RSB patch to get UTIME_NOW and UTIME_OMIT in newlib. That patch was merged into newlib. Then the RTEMS *utime* patch set and these two will go in at the same time. Otherwise, there will be breakage. On Fri, May 21, 2021 at

Re: [PATCH v2] legacy nfs.c: Change filesystem utime_h handler to utimens_h

2021-05-21 Thread Gedare Bloom
On Mon, May 3, 2021 at 12:41 PM Ryan Long wrote: > > Changed nfs_utime() to nfs_utimens(), changed the arguments to use > a timespec array instead of individual variables for access and > modified time. > > Updates #4400 > --- > nfsclient/src/nfs.c | 50

RE: [PATCH v2] legacy nfs.c: Change filesystem utime_h handler to utimens_h

2021-05-20 Thread Ryan Long
ping -Original Message- From: Ryan Long Sent: Monday, May 3, 2021 1:41 PM To: devel@rtems.org Cc: Ryan Long Subject: [PATCH v2] legacy nfs.c: Change filesystem utime_h handler to utimens_h Changed nfs_utime() to nfs_utimens(), changed the arguments to use a timespec array instead

[PATCH v2] legacy nfs.c: Change filesystem utime_h handler to utimens_h

2021-05-03 Thread Ryan Long
Changed nfs_utime() to nfs_utimens(), changed the arguments to use a timespec array instead of individual variables for access and modified time. Updates #4400 --- nfsclient/src/nfs.c | 50 +- 1 file changed, 25 insertions(+), 25 deletions(-) diff