Re: nfs client problem in kernel 2.4.0

Trond Myklebust (trond.myklebust@fys.uio.no)
16 Jan 2001 17:04:43 +0100


>>>>> " " == Mogens Kjaer <mk@crc.dk> writes:
>> getdents64(3, /* 6 entries */, 65536) = 160 lseek(3,
>> 1547825467, SEEK_SET) = 1547825467 ... getdents64(3, /* 1
>> entries */, 65536) = 32

BTW: there does in any case seem to be a bug in your version of
glibc. getdents64() is returning 64-bit file offsets, so they're not
going to fit with ordinary lseek().

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