summaryrefslogtreecommitdiff
path: root/examples/VFS/skel_opaque.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2005-11-18 13:02:19 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:05:28 -0500
commitd75de28c9ee6463d53920dcd0e769aa11c0b562e (patch)
tree55a35bb460c123d69311fe1d25228fc4ce5cbe12 /examples/VFS/skel_opaque.c
parent04b6c1303cd0977275c6da22f823cf3c3924333e (diff)
downloadsamba-d75de28c9ee6463d53920dcd0e769aa11c0b562e.tar.gz
samba-d75de28c9ee6463d53920dcd0e769aa11c0b562e.tar.bz2
samba-d75de28c9ee6463d53920dcd0e769aa11c0b562e.zip
r11784: Fix minor glitch found by Rainer Weikusat <rainer.weikusat@sncag.com> -- Thanks
(This used to be commit 1128d054dd8d387e529bf92dad3a3db5e251d61d)
Diffstat (limited to 'examples/VFS/skel_opaque.c')
-rw-r--r--examples/VFS/skel_opaque.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/VFS/skel_opaque.c b/examples/VFS/skel_opaque.c
index e6b7d032fc..e6af475da6 100644
--- a/examples/VFS/skel_opaque.c
+++ b/examples/VFS/skel_opaque.c
@@ -524,7 +524,7 @@ static int skel_aio_fsync(struct vfs_handle_struct *handle, struct files_struct
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 */