Hello!

I'm interested in using the coda Venus/kernel interface for mounting a
user-space filesystem . Coda provides a well defined, efficient and
relatively portable (across free *NIXes) interface for this.

The first problem I came across, is that getcwd() doesn't work under
glibc < 2.1. This is because the d_ino returned by readdir() is that
of the local file, while st_ino returned by stat() is the inode number
allocated by the the kernel. 

Am I doing something wrong, or this is a real problem?

Thanks,
Miklos

Reply via email to