9:14 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 utime_h
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 are
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
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 +--
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 of
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