This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: first test release for 2.2.1


On 7 Jan 2001, Andreas Jaeger wrote:

> >>>>> Joseph S Myers writes:
> 
>  > I get the following test failure on i686-linux when building against 2.4.0
>  > kernel headers but running under 2.2.18:
> 
> Which file system?

ext2fs.

> stat shouldn't return st_size=5 - that's a bug in 2.2.18,

The problem seems to be that the llseek fails with EINVAL.  With 2.2.17,
the llseek succeeds and the write fails with EINVAL, which the testcase
handles as indicating LFS not supported.  This looks like a deliberate
change in 2.2.18 (fs/ext2/file.c), so the testcase should probably treat
EINVAL from lseek64 the same as ENOSYS.

-- 
Joseph S. Myers
jsm28@cam.ac.uk


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]