Re: [PATCH] libnetfs: document return value of netfs_startup

2021-10-30 Thread Samuel Thibault
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

[PATCH] libnetfs: document return value of netfs_startup

2021-10-26 Thread Andrea Monaco
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

Re: [PATCH] libnetfs: remove unused fields.

2016-02-14 Thread Justus Winter
Quoting Flavio Cruz (2016-02-15 01:31:50) > * libnetfs/netfs.h: Remove prevp and next fields from struct node. Merged, thanks!

[PATCH] libnetfs: remove unused fields.

2016-02-14 Thread Flavio Cruz
* 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

Re: [PATCH] libnetfs: properly respond to file_get_translator requests

2013-08-28 Thread Samuel Thibault
Applied, thanks. Samuel

[PATCH] libnetfs: properly respond to file_get_translator requests

2013-07-16 Thread Justus Winter
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

Re: [PATCH] libnetfs file-utimes.c unnecessary computations

2008-07-01 Thread Samuel Thibault
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

[PATCH] libnetfs file-utimes.c unnecessary computations

2008-07-01 Thread Flávio Cruz
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

Re: [PATCH] libnetfs: fsys_goaway

2001-04-01 Thread Neal H Walfield
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

Re: [PATCH] libnetfs: fsys_goaway

2001-03-31 Thread Roland McGrath
Thanks, I've applied these changes. ___ Bug-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-hurd

[PATCH] libnetfs: fsys_goaway

2001-03-31 Thread Neal H Walfield
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.

[PATCH] libnetfs

2001-01-15 Thread Neal H Walfield
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

Re: [PATCH] libnetfs documentation / audit

2000-12-30 Thread Marcus Brinkmann
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

[PATCH] libnetfs documentation / audit

2000-12-29 Thread Neal H Walfield
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/