Hello,
Andrea Monaco, le mar. 26 oct. 2021 23:09:56 +0200, a ecrit:
> this is trivial maybe, but the comment above netfs_startup doesn't
> document the return value. If I got it right, we can add it.
Applied, thanks!
Samuel
Hello,
this is trivial maybe, but the comment above netfs_startup doesn't
document the return value. If I got it right, we can add it.
Thanks,
Andrea
libnetfs: document return value of netfs_startup
* libnetfs/netfs.h: Ditto.
diff --git a/libnetfs/netfs.h b/libnetfs/netfs.h
index d6a13b
Quoting Flavio Cruz (2016-02-15 01:31:50)
> * libnetfs/netfs.h: Remove prevp and next fields from struct node.
Merged, thanks!
* libnetfs/netfs.h: Remove prevp and next fields from struct node.
---
libnetfs/netfs.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/libnetfs/netfs.h b/libnetfs/netfs.h
index 3f94ccd..67a6a9a 100644
--- a/libnetfs/netfs.h
+++ b/libnetfs/netfs.h
@@ -70,8 +70,6 @@ struct peropen
/* A unique
Applied, thanks.
Samuel
Properly respond to file_get_translator requests for nodes with a
passive translator record.
* libnetfs/file-get-translator.c (netfs_S_file_get_translator): Handle
passive translator records.
---
libnetfs/file-get-translator.c | 14 ++
1 file changed, 14 insertions(+)
diff --git
Flávio Cruz, le Tue 01 Jul 2008 22:34:03 +, a écrit :
> In file-utimes.c the port existence is only verified after some
> computations on the atime and mtime timespec's are done. That is
> unnecessary when we exit with EOPNOTSUPP.
Mmm, does that happen often? The good thing in the current cod
Hey folks,
In file-utimes.c the port existence is only verified after some
computations on the atime and mtime timespec's are done. That is
unnecessary when we exit with EOPNOTSUPP. This patches just changes
the order of the check.
Index: file-utimes.c
On Sat, Mar 31, 2001 at 11:56:43PM -0500, Roland McGrath wrote:
> Thanks, I've applied these changes.
Sorry about that, you need this one also:
Index: Makefile
===
RCS file: /cvs/hurd/libnetfs/Makefile,v
retrieving revision 1.19
dif
Thanks, I've applied these changes.
___
Bug-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-hurd
As inspired by the TODO item:
* Servers
** Implement goaway in all the servers that don't already have it. !!
2001-03-31 Neal H Walfield <[EMAIL PROTECTED]>
* fsys-goaway.c (netfs_S_fsys_goaway): Actually implement it.
* shutdown.c (netfs_attempt_shutdown): Likewise.
This patch adds direct support for netfs_file_get_storage_info to
libnetfs.
-Neal
diff -ru --new-file --exclude=CVS hurd-2115/libnetfs/ChangeLog
hurd/libnetfs/ChangeLog
--- hurd-2115/libnetfs/ChangeLogSat Dec 30 17:14:39 2000
+++ hurd/libnetfs/ChangeLog Mon Jan 15 22:00:03 2001
Hi Neal,
On Fri, Dec 29, 2000 at 01:31:15PM -0500, Neal H Walfield wrote:
> I have audited most of libnetfs and added a lot of documentation to
> hurd/netfs.h. Most importantly in the latter case is that I have
> explicitly outlined the locking protocol.
I have checked in most of your fixes as
I have audited most of libnetfs and added a lot of documentation to
hurd/netfs.h. Most importantly in the latter case is that I have
explicitly outlined the locking protocol.
-Neal
--
Neal H Walfield
University of Massachusetts at Lowell
[EMAIL PROTECTED] or [EMAIL PROTECTED]
Index: libnetfs/
14 matches
Mail list logo