On Fri, Aug 18, 2000 at 12:57:44AM -0400, Jakub Jelinek wrote: > I know that, the structure size is the same. But the issue is that readdir() > etc. will not give you -EOVERFLOW if the d_ino does not fit into ino_t which > will the user program read from the structure, which is bad. Ah. Yes, I suppose that is bad. r~