[PATCH#2][2nd REVIEW?] fake data io module for samba
Jeremy Allison
jra at samba.org
Mon Nov 3 14:39:38 MST 2014
On Tue, Nov 04, 2014 at 10:12:47AM +1300, Andrew Bartlett wrote:
>
> I'm really quite uncomfortable with having this, even with an option
> set. I would rather see it send zero or fixed data.
>
> What is the largest pread call we should have to return? Even 16MB of
> zeros allocated as static const in the module would not be an
> unreasonable overhead for a testing module such as this.
That is a *really* good idea, and I should have
thought of it :-) :-). Thanks Andrew !
Peter, in the "connect" VFS call, calloc a
buffer to use to return for all read calls,
and stash away a pointer to it.
That removes the problem entirely.
Thanks a *lot* Andrew (boy do I feel dumb now :-).
Cheers,
Jeremy.
More information about the samba-technical
mailing list