Format of comments

2000-12-30 Thread Neal H Walfield
I am curious what should and should not be commented on and how the comments should be formatted. My question derives from the public interface documented in netfs.h. I believe that each function should have two sections, the description and the pre/post conditions. However, diskfs only has desc

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

Re: new tmpfs filesystem

2000-12-30 Thread Alexey Dejneka
Here is a patch for your code, that makes it compilable: --- cut here --- diff -ur -x *CVS* /home/alexey/gnu/hurd/tmpfs/dir.c /mnt/hurd/root/prog/hurd/tmpfs/dir.c --- /home/alexey/gnu/hurd/tmpfs/dir.c Wed Dec 27 03:57:36 2000 +++ /mnt/hurd/root/prog/hurd/tmpfs/dir.cSat Dec 30 15:00:47 20