svn commit: samba r7445 - in trunk/examples/VFS: .
Jeremy Allison
jra at samba.org
Thu Jun 9 18:22:26 GMT 2005
On Thu, Jun 09, 2005 at 08:15:05PM +0200, Maurice Massar wrote:
> hi,
>
> On Thu, Jun 09, 2005 at 05:27:43PM +0000, jra at samba.org wrote:
> > Author: jra
> > Date: 2005-06-09 17:27:43 +0000 (Thu, 09 Jun 2005)
> > New Revision: 7445
> >
> > WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7445
> >
> > Log:
> > Fixup example VFS modules.
> ...
> > +static int skel_aio_write(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb)
> > +{
> > + return vfswrap_aio_read(NULL, fsp, aiocb);
>
> is this really intended this way?
> (some more of that following too)
Nope - they're cut-n-paste bugs. Fixed :-). Thanks !
Jeremy.
More information about the samba-technical
mailing list