bug-hurd
[Top][All Lists]
Advanced

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

Re: [PATCH 05/11] libdiskfs: fix type of dir_cache_id, node_cache_id


From: Samuel Thibault
Subject: Re: [PATCH 05/11] libdiskfs: fix type of dir_cache_id, node_cache_id
Date: Fri, 23 May 2014 00:20:47 +0200
User-agent: Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30)

Justus Winter, le Thu 22 May 2014 22:13:27 +0200, a écrit :
> * libdiskfs/name-cache.c (struct lookup_cache): Fix type of
> dir_cache_id, node_cache_id.

Ack.

> ---
>  libdiskfs/name-cache.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/libdiskfs/name-cache.c b/libdiskfs/name-cache.c
> index 8424ffe..c113692 100644
> --- a/libdiskfs/name-cache.c
> +++ b/libdiskfs/name-cache.c
> @@ -37,7 +37,7 @@ struct lookup_cache
>    /* Used to indentify nodes to the fs dependent code.  0 for NODE_CACHE_ID
>       means a `negative' entry -- recording that there's definitely no node 
> with
>       this name.  */
> -  int dir_cache_id, node_cache_id;
> +  ino64_t dir_cache_id, node_cache_id;
>  
>    /* Name of the node NODE_CACHE_ID in the directory DIR_CACHE_ID.  Entries
>       with names too long to fit in this buffer aren't cached at all.  */
> -- 
> 2.0.0.rc2
> 

-- 
Samuel
<r> make
<r> oops
<m> make clean



reply via email to

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