Re: [RFC,PATCH] libfs dcache_readdir() and dcache_dir_lseek()bugfix

From: Miklos Szeredi
Date: Fri Nov 04 2005 - 11:39:31 EST


> The new bug is rather that glibc will return EOVERFLOW, and try to
> rewind your file pointer if your filesystem happens to return 64-bit
> offsets to getdents64().

Well, that's sort of understandable. It has to map unique 64-bit
offsets to unique 32-bits offsets, which is rather hard.

Miklos

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/