NetBSD-Bugs archive

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

Re: kern/50664: "cd .." over NFS/ZFS can panic kernel



> On the NFS server, what do you get from these commands on the exported
> directory:

# ls -ldi /rpool/test/.
4 drwxr-xr-x 2 root root 6 Jan 17 08:31 /rpool/test/.
# ls -ldi /rpool/test/.zfs/.
1 dr-xr-xr-x 4 root root 4 Jan 17 05:31 /rpool/test/.zfs/.
# ls -ldi /rpool/test/.zfs/..
4 drwxr-xr-x 2 root root 6 Jan 17 08:31 /rpool/test/.zfs/..
# ls -ldi /rpool/test/.zfs/shares/.
7 dr-xr-xr-x 2 root root 2 Jan 17 05:31 /rpool/test/.zfs/shares/.
# ls -ldi /rpool/test/.zfs/shares/..
1 dr-xr-xr-x 4 root root 4 Jan 17 05:31 /rpool/test/.zfs/shares/..

The inode numbers were the same on a couple of other filesystems as well.

--
- Brian



Home | Main Index | Thread Index | Old Index