commit-hurd
[Top][All Lists]
Advanced

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

[hurd] 24/87: ext2fs: fix type of retry_dotdot


From: Samuel Thibault
Subject: [hurd] 24/87: ext2fs: fix type of retry_dotdot
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 10412bfccc00708663034a76b1a3c66058bb7545
Author: Justus Winter <address@hidden>
Date:   Fri Jun 6 11:45:03 2014 +0200

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

diff --git a/ext2fs/dir.c b/ext2fs/dir.c
index 5a298f0..337314c 100644
--- a/ext2fs/dir.c
+++ b/ext2fs/dir.c
@@ -140,7 +140,7 @@ diskfs_lookup_hard (struct node *dp, const char *name, enum 
lookup_type type,
   size_t namelen;
   int spec_dotdot;
   struct node *np = 0;
-  int retry_dotdot = 0;
+  ino_t retry_dotdot = 0;
   vm_prot_t prot =
     (type == LOOKUP) ? VM_PROT_READ : (VM_PROT_READ | VM_PROT_WRITE);
   memory_object_t memobj;

-- 
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]