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