commit-hurd
[Top][All Lists]
Advanced

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

[hurd] 23/87: ext2fs: fix type of blockaddr


From: Samuel Thibault
Subject: [hurd] 23/87: ext2fs: fix type of blockaddr
Date: Sun, 09 Nov 2014 11:05:00 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch upstream
in repository hurd.

commit a69c285856bec047570ce58e827333332f40c2ef
Author: Justus Winter <address@hidden>
Date:   Fri Jun 6 11:30:26 2014 +0200

    ext2fs: fix type of blockaddr
    
    * ext2fs/dir.c (diskfs_lookup_hard): Use vm_address_t for blockaddr.
---
 ext2fs/dir.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ext2fs/dir.c b/ext2fs/dir.c
index 65adc07..5a298f0 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;
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/hurd.git



reply via email to

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