Hi.
 Just a small fix in ftpfs, it was probably just a typo in the first
place.

~Anders Juel Jensen (aka macavity on IRC)

PS.: Thanks to hde, bing, youpi, antrik and marco_g for putting up with
all my newbe questions. It motivates me a lot when people bother to
invest their time in me.


2005-07-29  Anders Juel Jensen  <[EMAIL PROTECTED]>

        * node.c (netfs_node_norefs) <hurd_ihash_locp_remove>:
        Adding missing dereference of an argument.


RCS file: /cvsroot/hurd/hurd/ftpfs/node.c,v
retrieving revision 1.2
diff -u -r1.2 node.c
--- ftpfs/node.c        1 Mar 2004 09:58:44 -0000       1.2
+++ ftpfs/node.c        29 Jul 2005 15:39:00 -0000
@@ -92,7 +92,7 @@

   /* Remove this entry from the set of known inodes.  */
   spin_lock (&nn->fs->inode_mappings_lock);
-  hurd_ihash_locp_remove (&nn->fs->inode_mappings, nn->dir_entry-
>inode_locp);
+  hurd_ihash_locp_remove (&nn->fs->inode_mappings, &nn->dir_entry-
>inode_locp); spin_unlock (&nn->fs->inode_mappings_lock);

   if (nn->contents)




_______________________________________________
Bug-hurd mailing list
Bug-hurd@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-hurd

Reply via email to