On Fri, 8 Apr 2005, Jeff Moyer wrote:


+/* remove a member from our doubly linked list */
+void lldrop(struct nfs_mount *ent)

I'm not sure why you didn't just use the linked list routines found in sys/queue.h.

+ /* bubblesort time! */

This code is *very* disgusting. Surely there is a more elegant way to implement this?

Eliminate sort by ordered insertion to linked list perhaps?

btw since your in boots and all it would be much better if you worked against what's in CVS.

It's access in the usual way and can be found at:

pserver:[EMAIL PROTECTED]:/root

Of course if your target is the RedHat rpm then you need to work against that code base.

Ian

_______________________________________________
autofs mailing list
autofs@linux.kernel.org
http://linux.kernel.org/mailman/listinfo/autofs

Reply via email to