Marcello,

Comments inline...

On Tue, Dec 30, 2008 at 10:35:37AM -0800, Marcelo Leal wrote:
> pathconf(".", 20)                               = 2
> acl(".", ACE_GETACLCNT, 0, 0x00000000)          = 6
> stat64(".", 0x08046890)                         = 0
> acl(".", ACE_GETACL, 6, 0x08071C48)             = 6
> openat(AT_FDCWD, ".", O_RDONLY|O_NDELAY|O_LARGEFILE) = 3
> fcntl(3, F_SETFD, 0x00000001)                   = 0
> fstat64(3, 0x080479A0)                          = 0
> getdents64(3, 0xFEF94000, 8192)                 = 80
> lstat64("./Arquivos.file", 0x08046930)          Err#2 ENOENT
> getdents64(3, 0xFEF94000, 8192)                 = 0

This is quite strange... getdents() seems to be returning the
name of the file in question. But, the lstat64() fails with ENOENT.

I am wondering if there is a discrepancy between the directory contents
and the actual file.

Unfortunately I am on vacation for the whole of next week and hence
may not be able to follow up.

I hope someone else will be able to follow it up from here.

Thanks and regards,
Sanjeev.

> close(3)                                        = 0
> ioctl(1, TCGETA, 0x08046BBC)                    = 0
> fstat64(1, 0x08046B20)                          = 0
> write(1, " t o t a l   0\n", 8)                 = 8
> _exit(0)
> -- 
> This message posted from opensolaris.org
> _______________________________________________
> zfs-discuss mailing list
> zfs-discuss@opensolaris.org
> http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to