bug-hurd
[Top][All Lists]
Advanced

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

Re: [PATCH 8/9] ext2fs: fix type of blockaddr


From: Samuel Thibault
Subject: Re: [PATCH 8/9] ext2fs: fix type of blockaddr
Date: Fri, 6 Jun 2014 17:32:42 +0200
User-agent: Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30)

Justus Winter, le Fri 06 Jun 2014 16:42:17 +0200, a écrit :
> * ext2fs/dir.c (diskfs_lookup_hard): Use vm_address_t for blockaddr.

Ack.

> ---
>  ext2fs/dir.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/ext2fs/dir.c b/ext2fs/dir.c
> index 1f7c7ed..ad55681 100644
> --- a/ext2fs/dir.c
> +++ b/ext2fs/dir.c
> @@ -146,7 +146,7 @@ diskfs_lookup_hard (struct node *dp, const char *name, 
> enum lookup_type type,
>    memory_object_t memobj;
>    vm_address_t buf = 0;
>    vm_size_t buflen = 0;
> -  int blockaddr;
> +  vm_address_t blockaddr;
>    int idx, lastidx;
>    int looped;
>  
> -- 
> 2.0.0.rc2
> 

-- 
Samuel
I am the "ILOVEGNU" signature virus. Just copy me to your signature.
This email was infected under the terms of the GNU General Public License.



reply via email to

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