Minor error in skel_opaque.c

Rainer Weikusat rainer.weikusat at sncag.com
Fri Nov 18 12:27:30 GMT 2005


The name of the vfs-wrap aio suspend routine is misspelled
in skel_aio_suspend.

Index: eli-samba/examples/VFS/skel_opaque.c
===================================================================
RCS file: /data/repo/eli-samba/examples/VFS/skel_opaque.c,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.2
diff -u -r1.1.1.1 -r1.1.1.2
--- eli-samba/examples/VFS/skel_opaque.c        27 Oct 2005 13:54:26 -0000      1.1.1.1
+++ eli-samba/examples/VFS/skel_opaque.c        18 Nov 2005 12:12:58 -0000      1.1.1.2
@@ -524,7 +524,7 @@
 
 static int skel_aio_suspend(struct vfs_handle_struct *handle, struct files_struct *fsp, const SMB_STRUCT_AIOCB * const aiocb[], int n, const struct timespec *ts)
 {
-       return vfswrap_aioi_suspend(NULL, fsp, aiocb, n, ts);
+       return vfswrap_aio_suspend(NULL, fsp, aiocb, n, ts);
 }
 
 /* VFS operations structure */


More information about the samba-technical mailing list