bug-hurd
[Top][All Lists]
Advanced

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

Re: [PATCH] Trivial fix on an argument in ftpfs


From: Michael Banck
Subject: Re: [PATCH] Trivial fix on an argument in ftpfs
Date: Fri, 29 Jul 2005 18:37:55 +0200
User-agent: Mutt/1.5.6+20040907i

On Fri, Jul 29, 2005 at 05:39:30PM +0000, Anders Juel Jensen wrote:
>  Just a small fix in ftpfs, it was probably just a typo in the first
> place.

Thanks, I put this into the Debian package.
 
>    /* 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);

Your mail client seems to have line wrapped those lines, try to avoid
this next time in order to make applying your patches easier.


cheers,

Michael

-- 
Michael Banck
Debian Developer
mbanck@debian.org
http://www.advogato.org/person/mbanck/diary.html




reply via email to

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