AIX and aio

Jeremy Allison jra at samba.org
Thu Aug 4 23:26:16 GMT 2005


On Thu, Aug 04, 2005 at 01:55:56PM -0600, Jim McDonough wrote:
> I suppose I should have sent this patch along before...
> 
> Index: smbd/vfs.c
> ===================================================================
> --- smbd/vfs.c  (revision 9068)
> +++ smbd/vfs.c  (working copy)
> @@ -152,7 +152,7 @@
>                 vfswrap_aio_write,
>                 vfswrap_aio_return,
>                 vfswrap_aio_cancel,
> -               vfswrap_aio_error,
> +               vfswrap_aio_error_fn,
>                 vfswrap_aio_fsync,
>                 vfswrap_aio_suspend
>         }

Does it need to modify every single XXX_aio_error reference ?
If aio_error is a macro then can't we just fix the functions
that are referenced in include/vfs_macros.h ?

Jeremy.


More information about the samba-technical mailing list