bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Trivial fix on an argument in ftpfs


From: Anders Juel Jensen
Subject: [PATCH] Trivial fix on an argument in ftpfs
Date: Fri, 29 Jul 2005 17:39:30 +0000

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  <ajjensen@hotpop.com>

        * 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)






reply via email to

[Prev in Thread] Current Thread [Next in Thread]