[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 9/9] ext2fs: fix type of retry_dotdot
From: |
Samuel Thibault |
Subject: |
Re: [PATCH 9/9] ext2fs: fix type of retry_dotdot |
Date: |
Fri, 6 Jun 2014 17:33:02 +0200 |
User-agent: |
Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30) |
Justus Winter, le Fri 06 Jun 2014 16:42:18 +0200, a écrit :
> * ext2fs/dir.c (diskfs_lookup_hard): Use ino_t for retry_dotdot.
Ack.
> ---
> ext2fs/dir.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/ext2fs/dir.c b/ext2fs/dir.c
> index ad55681..46a22a1 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;
> --
> 2.0.0.rc2
>
--
Samuel
jr> J'ai fait.
Ne bougez pas, l'aide soignante va venir nettoyer.
-+- FF in GNU - Le vieil homme et la merde -+-
- Re: [PATCH 5/9] ext2fs: fix compiler warning, (continued)
- [PATCH 6/9] ext2fs: use correct type for disk offsets, Justus Winter, 2014/06/06
- [PATCH 8/9] ext2fs: fix type of blockaddr, Justus Winter, 2014/06/06
- [PATCH 7/9] ext2fs: use size_t where appropriate, Justus Winter, 2014/06/06
- [PATCH 3/9] libdiskfs: use correct type for disk offsets, Justus Winter, 2014/06/06
- [PATCH 9/9] ext2fs: fix type of retry_dotdot, Justus Winter, 2014/06/06
- Re: [PATCH 9/9] ext2fs: fix type of retry_dotdot,
Samuel Thibault <=
- Re: [PATCH 1/9] include: use unsigned literal in combination with binary not, Samuel Thibault, 2014/06/06