svn commit: samba r23506 -
in branches/SAMBA_4_0/source/torture/basic: .
Alexander Bokovoy
ab at samba.org
Sun Jun 17 16:39:09 GMT 2007
Stefan (metze) Metzmacher пишет:
>> Modified: branches/SAMBA_4_0/source/torture/basic/misc.c
>> ===================================================================
>> --- branches/SAMBA_4_0/source/torture/basic/misc.c 2007-06-15 11:16:19 UTC (rev 23505)
>> +++ branches/SAMBA_4_0/source/torture/basic/misc.c 2007-06-15 12:23:14 UTC (rev 23506)
>> @@ -575,7 +575,7 @@
>> "Callback READ file:%d (%d/%d) Offset:%d\n",
>> state->nr,state->completed,torture_numops,
>> (state->readcnt*state->lp_params->blocksize));
>> - rd.generic.level = RAW_READ_READX ;
>> + rd.generic.level = RAW_READ_READ;
>> rd.read.in.file.fnum = state->fnum ;
>> rd.read.in.offset = state->readcnt *
>> state->lp_params->blocksize;
>
>
> Hi Alexander,
>
> when you change rd.generic.level to RAW_READ_READX, don't you need
> to fill in rd.readx.* instead of still filling in rd.read.*?
> (btw: I haven't looked at the code at all...)
>
> metze
I think you're probably right on this. I'll dig it.
--
/ Alexander Bokovoy
Samba Team http://www.samba.org/
ALT Linux Team http://www.altlinux.org/
Midgard Project Ry http://www.midgard-project.org/
More information about the samba-technical
mailing list