Re: [PATCH] libcsupport/mount: Return the error correctly

2021-09-19 Thread Chris Johns
I think this patch is wrong. The IMFS mount tests fail. It looks like the NFS mount in LibBSD is wrong. I will look at a fix there. On 18/9/21 3:18 pm, chr...@rtems.org wrote: > From: Chris Johns > > Closes #4507 > --- > cpukit/libcsupport/src/mount.c | 2 ++ > 1 file changed, 2 insertions(+)

[PATCH] libcsupport/mount: Return the error correctly

2021-09-17 Thread chrisj
From: Chris Johns Closes #4507 --- cpukit/libcsupport/src/mount.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cpukit/libcsupport/src/mount.c b/cpukit/libcsupport/src/mount.c index a4f6423c03..2caa8099c1 100644 --- a/cpukit/libcsupport/src/mount.c +++ b/cpukit/libcsupport/src/mount.c